From: Kirill Podoprigora Date: Thu, 3 Jul 2025 12:14:14 +0000 (+0300) Subject: `Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243) X-Git-Tag: v3.15.0a1~1101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a525ba514a5ab9df8add156f08b4c137da4783fd;p=thirdparty%2FPython%2Fcpython.git `Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243) --- diff --git a/Python/gc.c b/Python/gc.c index 7b0e6d6e8035..02135a3fb442 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()