blob: cf56f8007435ef067b2199046c218fbe39ca1fa1 (
plain) (
blame)
1
2
3
4
5
6
7
|
#pragma once
#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_ast_state.h>
#else
#error "No <internal/pycore_ast_state.h> in Python2"
#endif
|