mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
This commit is contained in:
parent
e272528bbd
commit
b4536e1c6a
8 changed files with 21 additions and 16 deletions
2
Python/Python-ast.c
generated
2
Python/Python-ast.c
generated
|
@ -6,7 +6,7 @@
|
|||
#include "Python.h"
|
||||
|
||||
#ifdef Py_BUILD_CORE
|
||||
# include "pycore_ast.h" // struct ast_state
|
||||
# include "pycore_ast_state.h" // struct ast_state
|
||||
# include "pycore_interp.h" // _PyInterpreterState.ast
|
||||
# include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue