mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
This commit is contained in:
parent
5fd1897ec5
commit
1d5479b236
11 changed files with 49 additions and 42 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "pycore_ast.h" // asdl_seq_GET()
|
||||
#include "pycore_call.h" // _PyObject_CallMethodFormat()
|
||||
#include "pycore_compile.h" // _PyAST_Optimize()
|
||||
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
|
||||
#include "pycore_frame.h" // _PyFrame_GetCode()
|
||||
#include "pycore_interp.h" // PyInterpreterState.gc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue