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 995c306 commit 85453d0Copy full SHA for 85453d0
Include/internal/pycore_pystate.h
@@ -8,10 +8,8 @@ extern "C" {
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
-#include "pycore_freelist_state.h" // _Py_freelists
12
-#include "pycore_runtime.h" // _PyRuntime
13
-#include "pycore_tstate.h" // _PyThreadStateImpl
14
-
+#include "pycore_runtime.h" // _PyRuntime
+#include "pycore_tstate.h" // _PyThreadStateImpl
15
16
// Values for PyThreadState.state. A thread must be in the "attached" state
17
// before calling most Python APIs. If the GIL is enabled, then "attached"
0 commit comments