summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-08-04 16:12:35 (GMT)
committerGitHub <noreply@github.com>2022-08-04 16:12:35 (GMT)
commitab8a5beb5faf23795ede1e6304aebbcf2e20e0aa (patch)
treef96a8605355b4a657f1e66b6ba3e2796fb9ae751 /Modules
parent5b6acbaa20aa8c80c0f10986bf6c755608664023 (diff)
downloadcpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.zip
cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.gz
cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.bz2
Fix links to old SF bugs (#95648)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/gc_weakref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gc_weakref.txt b/Modules/gc_weakref.txt
index 6d07cce..f53fb99 100644
--- a/Modules/gc_weakref.txt
+++ b/Modules/gc_weakref.txt
@@ -47,7 +47,7 @@ soon as we execute Python code, threads other than the gc thread can run
too, and they can do ordinary things with weakrefs that end up resurrecting
CT while gc is running.
- https://www.python.org/sf/1055820
+ https://bugs.python.org/issue1055820
shows how innocent it can be, and also how nasty. Variants of the three
focused test cases attached to that bug report are now part of Python's