Skip to content

Commit ba3a260

Browse files
Eclips4picnixz
authored andcommitted
Python/gc.c: Refer to InternalDocs instead of devguide. (python#136243)
1 parent aec587f commit ba3a260

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)