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 e235e62 commit d51dda0Copy full SHA for d51dda0
1 file changed
Include/internal/pycore_interp_structs.h
@@ -936,6 +936,7 @@ struct _is {
936
_PyThreadStateImpl _initial_thread;
937
// _initial_thread should be the last field of PyInterpreterState.
938
// See https://github.com/python/cpython/issues/127117.
939
+
940
#if !defined(Py_GIL_DISABLED) && defined(Py_STACKREF_DEBUG)
941
uint64_t next_stackref;
942
_Py_hashtable_t *open_stackrefs_table;
0 commit comments