Skip to content

Commit c744b57

Browse files
gh-137562: Remove reference for GC_REACHABLE in comment (GH-137563)
GC_REACHABLE is obsolete
1 parent 3964f97 commit c744b57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/gc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,7 @@ _PyGC_VisitFrameStack(_PyInterpreterFrame *frame, visitproc visit, void *arg)
570570
}
571571

572572
/* Subtract internal references from gc_refs. After this, gc_refs is >= 0
573-
* for all objects in containers, and is GC_REACHABLE for all tracked gc
574-
* objects not in containers. The ones with gc_refs > 0 are directly
573+
* for all objects in containers. The ones with gc_refs > 0 are directly
575574
* reachable from outside containers, and so can't be collected.
576575
*/
577576
static void

0 commit comments

Comments
 (0)