Skip to content

Commit ca32c7b

Browse files
Update Python/gc_free_threading.c
Co-authored-by: Kumar Aditya <[email protected]>
1 parent fcaee80 commit ca32c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc_free_threading.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct collection_state {
6767
PyInterpreterState *interp;
6868
GCState *gcstate;
6969
_PyGC_Reason reason;
70-
// GH-129236: If we see a an active frame without a valid stack pointer,
70+
// GH-129236: If we see an active frame without a valid stack pointer,
7171
// we can't collect objects with deferred references because we may not
7272
// see all references.
7373
int skip_deferred_objects;

0 commit comments

Comments
 (0)