There was an error while loading. Please reload this page.
1 parent ee9a28c commit 9c969b4Copy full SHA for 9c969b4
1 file changed
Python/gc_free_threading.c
@@ -23,10 +23,10 @@
23
#define GC_ENABLE_MARK_ALIVE 1
24
25
// include addtional roots in "mark alive" pass
26
-//#define GC_MARK_ALIVE_EXTRA_ROOTS 1
+#define GC_MARK_ALIVE_EXTRA_ROOTS 1
27
28
// include Python stacks as set of known roots
29
-//#define GC_MARK_ALIVE_STACKS 1
+#define GC_MARK_ALIVE_STACKS 1
30
31
32
#ifdef Py_GIL_DISABLED
0 commit comments