diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 16:12:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:12:35 (GMT) |
commit | ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa (patch) | |
tree | f96a8605355b4a657f1e66b6ba3e2796fb9ae751 /Modules | |
parent | 5b6acbaa20aa8c80c0f10986bf6c755608664023 (diff) | |
download | cpython-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.txt | 2 |
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 |