summaryrefslogtreecommitdiffstats
path: root/Python/flowgraph.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/flowgraph.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/flowgraph.c')
-rw-r--r--Python/flowgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/flowgraph.c b/Python/flowgraph.c
index e159a43..04f269c 100644
--- a/Python/flowgraph.c
+++ b/Python/flowgraph.c
@@ -8,7 +8,7 @@
#include "pycore_opcode_utils.h"
#define NEED_OPCODE_METADATA
-#include "opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
+#include "pycore_opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
#undef NEED_OPCODE_METADATA