mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
GH-131498: Remove conditional stack effects (GH-131499)
* Adds some missing #includes
This commit is contained in:
parent
443c0cd17c
commit
7ebd71ee14
23 changed files with 129 additions and 272 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "pycore_interpframe.h" // FRAME_SPECIALS_SIZE
|
||||
#include "pycore_opcode_metadata.h" // _PyOpcode_Caches
|
||||
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
|
||||
#include "pycore_optimizer.h" // _Py_ExecutorDetach
|
||||
#include "pycore_pymem.h" // _PyMem_FreeDelayed()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_setobject.h" // _PySet_NextEntry()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue