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 6a78589 commit 1aa8767Copy full SHA for 1aa8767
Include/pystate.h
@@ -18,7 +18,7 @@ struct _is;
18
19
/* struct _ts is defined in cpython/pystate.h */
20
typedef struct _ts PyThreadState;
21
-/* struct _is is defined in internal/pycore_pystate.h */
+/* struct _is is defined in internal/pycore_interp.h */
22
typedef struct _is PyInterpreterState;
23
24
PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
0 commit comments