mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
This commit is contained in:
parent
422f81b5d2
commit
72119d16a5
19 changed files with 78 additions and 176 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include "Python.h"
|
||||
#include "opcode.h"
|
||||
#include "pycore_ast.h" // _PyAST_GetDocString()
|
||||
#define NEED_OPCODE_TABLES
|
||||
#include "pycore_opcode_utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue