mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +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
|
@ -1,11 +1,11 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_code.h" // write_location_entry_start()
|
||||
#include "pycore_code.h" // write_location_entry_start()
|
||||
#include "pycore_compile.h"
|
||||
#include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros
|
||||
#include "pycore_opcode_utils.h" // IS_BACKWARDS_JUMP_OPCODE
|
||||
#include "opcode_metadata.h" // IS_PSEUDO_INSTR
|
||||
#include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros
|
||||
#include "pycore_opcode_utils.h" // IS_BACKWARDS_JUMP_OPCODE
|
||||
#include "pycore_opcode_metadata.h" // IS_PSEUDO_INSTR
|
||||
|
||||
|
||||
#define DEFAULT_CODE_SIZE 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue