https://github.com/python/cpython/commit/73a575ffea44e8f94eaa02a2c4d061fa879f61c4
commit: 73a575ffea44e8f94eaa02a2c4d061fa879f61c4
branch: 3.14
author: Shantanu <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-09-28T14:47:05+01:00
summary:

[3.14] Link to 3.14 GC design docs (#139387)

files:
M Doc/library/gc.rst

diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst
index 2ef5c4b35a25cc..35c5c7350cf8ed 100644
--- a/Doc/library/gc.rst
+++ b/Doc/library/gc.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to