]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Jul 2025 15:14:27 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 15:14:27 +0000 (15:14 +0000)
commit8f4121168a1e243bf10615011913b785a6a00f12
tree1091d98571eec4d95799c488e3e753239f0a0247
parenteda613438ffec0d7454f8f1345f6b9d9a6851652
[3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106)

gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537)
(cherry picked from commit cb93b6fc5ea525f8075cb53ec373356fec63903a)

Co-authored-by: Tyler Kennedy <tk@tkte.ch>
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]