Skip to content

Commit a525ba5

Browse files
authored
Python/gc.c: Refer to InternalDocs instead of devguide. (#136243)
1 parent c113a8e commit a525ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This implements the reference cycle garbage collector.
22
// The Python module interface to the collector is in gcmodule.c.
3-
// See https://devguide.python.org/internals/garbage-collector/
3+
// See InternalDocs/garbage_collector.md for more infromation.
44

55
#include "Python.h"
66
#include "pycore_ceval.h" // _Py_set_eval_breaker_bit()

0 commit comments

Comments
 (0)