We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaee80 commit ca32c7bCopy full SHA for ca32c7b
Python/gc_free_threading.c
@@ -67,7 +67,7 @@ struct collection_state {
67
PyInterpreterState *interp;
68
GCState *gcstate;
69
_PyGC_Reason reason;
70
- // GH-129236: If we see a an active frame without a valid stack pointer,
+ // GH-129236: If we see an active frame without a valid stack pointer,
71
// we can't collect objects with deferred references because we may not
72
// see all references.
73
int skip_deferred_objects;
0 commit comments