diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2024-04-02 11:34:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 10:34:49 +0000 |
commit | 1d5479b236e9a66dd32a24eff6fb83e3242b999d (patch) | |
tree | 58952ccbc1825b1b7a3004a5971bd4a9a23b2dca /Python/traceback.c | |
parent | 5fd1897ec51cb64ef7990ada538fcd8d9ca1f74b (diff) | |
download | cpython-1d5479b236e9a66dd32a24eff6fb83e3242b999d.tar.gz cpython-1d5479b236e9a66dd32a24eff6fb83e3242b999d.zip |
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Diffstat (limited to 'Python/traceback.c')
-rw-r--r-- | Python/traceback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/traceback.c b/Python/traceback.c index 7a188e56c93..2564a7db5dc 100644 --- a/Python/traceback.c +++ b/Python/traceback.c @@ -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 |