mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix links to old SF bugs (#95648)
This commit is contained in:
parent
5b6acbaa20
commit
ab8a5beb5f
16 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue