diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2025-07-08 12:19:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 12:19:57 -0700 |
commit | b6b99bf7f1edab77c485faf4e23da868f3a7b68c (patch) | |
tree | e56ae3c97cd52d64ff375223a7e5f41cc1a25cba /Lib/test/test_pydoc/test_pydoc.py | |
parent | bc9bc078df302dd5cc9928c42c37f4f6d414c767 (diff) | |
download | cpython-b6b99bf7f1edab77c485faf4e23da868f3a7b68c.tar.gz cpython-b6b99bf7f1edab77c485faf4e23da868f3a7b68c.zip |
GH-91636: Clear weakrefs created by finalizers. (GH-136401)
Weakrefs to unreachable garbage that are created during running of
finalizers need to be cleared. This avoids exposing objects that
have `tp_clear` called on them to Python-level code.
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
0 files changed, 0 insertions, 0 deletions