Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eaea41e

Browse filesBrowse files
committed
Turn off extra debugging
1 parent 67b1e05 commit eaea41e
Copy full SHA for eaea41e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Python/gc.c

Copy file name to clipboardExpand all lines: Python/gc.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.