]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
`Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Thu, 3 Jul 2025 12:14:14 +0000 (15:14 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 12:14:14 +0000 (12:14 +0000)
Python/gc.c

index 7b0e6d6e80350475b5a355366b244529a6560661..02135a3fb442d6e1e125c2c95c942e8a6e7a2e50 100644 (file)
@@ -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()