We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef91dc commit 6b3bbf1Copy full SHA for 6b3bbf1
Objects/codeobject.c
@@ -9,6 +9,7 @@
9
#include "pycore_interpframe.h" // FRAME_SPECIALS_SIZE
10
#include "pycore_opcode_metadata.h" // _PyOpcode_Caches
11
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
12
+#include "pycore_optimizer.h" // _Py_ExecutorDetach
13
#include "pycore_pymem.h" // _PyMem_FreeDelayed()
14
#include "pycore_pystate.h" // _PyInterpreterState_GET()
15
#include "pycore_setobject.h" // _PySet_NextEntry()
0 commit comments