https://github.com/python/cpython/commit/a525ba514a5ab9df8add156f08b4c137da4783fd
commit: a525ba514a5ab9df8add156f08b4c137da4783fd
branch: main
author: Kirill Podoprigora <kirill.ba...@mail.ru>
committer: Eclips4 <kirill.ba...@mail.ru>
date: 2025-07-03T12:14:14Z
summary:

`Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)

files:
M Python/gc.c

diff --git a/Python/gc.c b/Python/gc.c
index 7b0e6d6e803504..02135a3fb442d6 100644
--- a/Python/gc.c
+++ b/Python/gc.c
@@ -1,6 +1,6 @@
 //  This implements the reference cycle garbage collector.
 //  The Python module interface to the collector is in gcmodule.c.
-//  See https://devguide.python.org/internals/garbage-collector/
+//  See InternalDocs/garbage_collector.md for more infromation.
 
 #include "Python.h"
 #include "pycore_ceval.h"         // _Py_set_eval_breaker_bit()

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to