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 2b3d15a commit 2dc93d3Copy full SHA for 2dc93d3
Python/pystate.c
@@ -78,7 +78,8 @@ _Py_thread_local PyThreadState *_Py_tss_tstate = NULL;
78
also known as a "gilstate." */
79
_Py_thread_local PyThreadState *_Py_tss_gilstate = NULL;
80
81
-/* The interpreter of the attached thread state. */
+/* The interpreter of the attached thread state,
82
+ and is same as tstate->interp. */
83
_Py_thread_local PyInterpreterState *_Py_tss_interp = NULL;
84
85
static inline PyThreadState *
0 commit comments