Skip to content

Commit 2dc93d3

Browse files
improve comment
1 parent 2b3d15a commit 2dc93d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/pystate.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ _Py_thread_local PyThreadState *_Py_tss_tstate = NULL;
7878
also known as a "gilstate." */
7979
_Py_thread_local PyThreadState *_Py_tss_gilstate = NULL;
8080

81-
/* The interpreter of the attached thread state. */
81+
/* The interpreter of the attached thread state,
82+
and is same as tstate->interp. */
8283
_Py_thread_local PyInterpreterState *_Py_tss_interp = NULL;
8384

8485
static inline PyThreadState *

0 commit comments

Comments
 (0)