https://github.com/python/cpython/commit/e5bbcb1605db017aa66090a3825fc18807b4e922
commit: e5bbcb1605db017aa66090a3825fc18807b4e922
branch: 3.13
author: Spider84pr <[email protected]>
committer: Eclips4 <[email protected]>
date: 2025-09-07T10:53:56+03:00
summary:
[3.13] gh-138556: Fix old link in gc docs (#138596)
files:
M Doc/library/gc.rst
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst
index 8ce850ba777e7c..d1632f4ddaaa03 100644
--- a/Doc/library/gc.rst
+++ b/Doc/library/gc.rst
@@ -113,7 +113,7 @@ The :mod:`gc` module provides the following functions:
been examined more than *threshold1* times since generation ``1`` has been
examined, then generation ``1`` is examined as well.
With the third generation, things are a bit more complicated,
- see `Collecting the oldest generation
<https://devguide.python.org/garbage_collector/#collecting-the-oldest-generation>`_
for more information.
+ see `Collecting the oldest generation
<https://github.com/python/cpython/blob/ff0ef0a54bef26fc507fbf9b7a6009eb7d3f17f5/InternalDocs/garbage_collector.md#collecting-the-oldest-generation>`_
for more information.
.. function:: get_count()
_______________________________________________
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]