From: Sergey Miryanov Date: Sat, 9 Aug 2025 12:32:45 +0000 (-0700) Subject: gh-137562: Remove reference for GC_REACHABLE in comment (GH-137563) X-Git-Tag: v3.15.0a1~731 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c744b57fd61f200d0a40650a82cc55d0240a710d;p=thirdparty%2FPython%2Fcpython.git gh-137562: Remove reference for GC_REACHABLE in comment (GH-137563) GC_REACHABLE is obsolete --- diff --git a/Python/gc.c b/Python/gc.c index 1050eae60fd3..03455e88d5ee 100644 --- a/Python/gc.c +++ b/Python/gc.c @@ -570,8 +570,7 @@ _PyGC_VisitFrameStack(_PyInterpreterFrame *frame, visitproc visit, void *arg) } /* Subtract internal references from gc_refs. After this, gc_refs is >= 0 - * for all objects in containers, and is GC_REACHABLE for all tracked gc - * objects not in containers. The ones with gc_refs > 0 are directly + * for all objects in containers. The ones with gc_refs > 0 are directly * reachable from outside containers, and so can't be collected. */ static void