summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-07-12 10:30:25 (GMT)
committerGitHub <noreply@github.com>2023-07-12 10:30:25 (GMT)
commit2ca008e2b738b8c08b4bf46b2b23f315d6510d92 (patch)
treeca5812fe257be990c39b22c58c6d1249b17cbb6e /Python/compile.c
parent42bc485a24f0f67751474bd1697e1beb4a783b9a (diff)
downloadcpython-2ca008e2b738b8c08b4bf46b2b23f315d6510d92.zip
cpython-2ca008e2b738b8c08b4bf46b2b23f315d6510d92.tar.gz
cpython-2ca008e2b738b8c08b4bf46b2b23f315d6510d92.tar.bz2
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 29ea274..d9e38cf 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -36,7 +36,7 @@
#include "pycore_pystate.h" // _Py_GetConfig()
#include "pycore_symtable.h" // PySTEntryObject, _PyFuture_FromAST()
-#include "opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
+#include "pycore_opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
#define COMP_GENEXP 0
#define COMP_LISTCOMP 1