From e98419611f2d0d837ad5ed23092e4511f1911eef Mon Sep 17 00:00:00 2001 From: Sergey Miryanov Date: Fri, 8 Aug 2025 21:42:15 +0500 Subject: [PATCH] Remove reference for GC_REACHABLE because it is obsolete --- Python/gc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python/gc.c b/Python/gc.c index 1050eae60fd337..03455e88d5eeb1 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