mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Link to 3.14 GC design docs (#139387)
This commit is contained in:
parent
4608a300d5
commit
73a575ffea
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions:
|
|||
|
||||
*threshold2* is ignored.
|
||||
|
||||
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.
|
||||
|
||||
.. versionchanged:: 3.14
|
||||
*threshold2* is ignored
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue