]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (#131537)
authorTyler Kennedy <tk@tkte.ch>
Fri, 25 Jul 2025 14:51:30 +0000 (10:51 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 14:51:30 +0000 (14:51 +0000)
commitcb93b6fc5ea525f8075cb53ec373356fec63903a
tree008ed31c5b980a080f0c48c6ed06e49b181bd9c9
parent7ce2f101c4b1c123860c90bf67ccc20a7805ea48
gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (#131537)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2025-07-25-09-21-56.gh-issue-130522.Crwq68.rst [new file with mode: 0644]