mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
This commit is contained in:
parent
42bc485a24
commit
2ca008e2b7
9 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue