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 9976b32 commit 1b84486Copy full SHA for 1b84486
Include/internal/pycore_interp_structs.h
@@ -566,8 +566,10 @@ struct types_state {
566
managed_static_type_state initialized[_Py_MAX_MANAGED_STATIC_EXT_TYPES];
567
} for_extensions;
568
PyMutex mutex;
569
+#ifdef Py_GIL_DISABLED
570
// used to check correct usage of the above mutex
571
unsigned long long mutex_tid;
572
+#endif
573
574
// Borrowed references to type objects whose
575
// tp_version_tag % TYPE_VERSION_CACHE_SIZE
0 commit comments