mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Remove legacy opcache structs (GH-27164)
This commit is contained in:
parent
9af34c9351
commit
e9cd47d0e5
3 changed files with 1 additions and 26 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "code.h"
|
||||
#include "opcode.h"
|
||||
#include "structmember.h" // PyMemberDef
|
||||
#include "pycore_code.h" // _PyOpcache
|
||||
#include "pycore_code.h" // _PyCodeConstructor
|
||||
#include "pycore_interp.h" // PyInterpreterState.co_extra_freefuncs
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_tuple.h" // _PyTuple_ITEMS()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue