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 455cfda commit 6d6969eCopy full SHA for 6d6969e
Include/internal/pycore_pystate.h
@@ -11,7 +11,7 @@ extern "C" {
11
#include "pycore_pythonrun.h" // _PyOS_STACK_MARGIN_SHIFT
12
#include "pycore_typedefs.h" // _PyRuntimeState
13
#include "pycore_tstate.h"
14
-#include "pycore_interp.h" // _PyInterpreterState_HasFeature
+#include "pycore_interp.h" // _PyInterpreterState_HasFeature()
15
16
17
// Values for PyThreadState.state. A thread must be in the "attached" state
0 commit comments