mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
Python/gc.c
: Refer to InternalDocs
instead of devguide. (#136243)
This commit is contained in:
parent
c113a8e523
commit
a525ba514a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue