We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4608a30 commit 73a575fCopy full SHA for 73a575f
Doc/library/gc.rst
@@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions:
140
141
*threshold2* is ignored.
142
143
- See `Garbage collector design <https://devguide.python.org/garbage_collector>`_ for more information.
+ See `Garbage collector design <https://github.com/python/cpython/blob/3.14/InternalDocs/garbage_collector.md>`_ for more information.
144
145
.. versionchanged:: 3.14
146
*threshold2* is ignored
0 commit comments