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

This commit is contained in:
Kirill Podoprigora 2025-07-03 15:14:14 +03:00 committed by GitHub
parent c113a8e523
commit a525ba514a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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()