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 daa080f commit 3ba315fCopy full SHA for 3ba315f
Python/pystate.c
@@ -9,7 +9,9 @@
9
#include "pycore_critical_section.h" // _PyCriticalSection_Resume()
10
#include "pycore_dtoa.h" // _dtoa_state_INIT()
11
#include "pycore_emscripten_trampoline.h" // _Py_EmscriptenTrampoline_Init()
12
+#include "pycore_frame.h" // FRAME_ZOMBIE
13
#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
14
+#include "pycore_genobject.h" // _PyGen_GetGeneratorFromFrame()
15
#include "pycore_initconfig.h" // _PyStatus_OK()
16
#include "pycore_interpframe.h" // _PyThreadState_HasStackSpace()
17
#include "pycore_object.h" // _PyType_InitCache()
0 commit comments