Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaea41e

Browse files
committed
Turn off extra debugging
1 parent 67b1e05 commit eaea41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct _gc_runtime_state GCState;
2424
#endif
2525

2626
// Define this when debugging the GC
27-
#define GC_EXTRA_DEBUG
27+
// #define GC_EXTRA_DEBUG
2828

2929

3030
#define GC_NEXT _PyGCHead_NEXT

0 commit comments

Comments
 (0)