8000 Use symbolic constant · python/cpython@f043080 · GitHub
[go: up one dir, main page]

Skip to content

Commit f043080

Browse files
committed
Use symbolic constant
1 parent 70007b0 commit f043080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_runtime_init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ extern PyTypeObject _PyExc_MemoryError;
132132
{ .threshold = 0, }, \
133133
}, \
134134
.work_to_do = -5000, \
135-
.phase = 0, \
135+
.phase = GC_PHASE_MARK, \
136136
}, \
137137
.qsbr = { \
138138
.wr_seq = QSBR_INITIAL, \

0 commit comments

Comments
 (0)
0