cpython/Misc/NEWS.d/next
Miss Islington (bot) 1ecb641b88
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Fix a race condition in the Thread.join() method of the threading
module. If the function is interrupted by a signal and the signal
handler raises an exception, make sure that the thread remains in a
consistent state to prevent a deadlock.
(cherry picked from commit a22be4943c)

Co-authored-by: Victor Stinner <vstinner@python.org>
2021-09-27 05:49:30 -07:00
..
Build bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) 2021-09-16 11:54:25 -07:00
C API Python 3.9.6 2021-06-28 10:26:18 +02:00
Core and Builtins bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28368) 2021-09-15 21:31:14 +02:00
Documentation bpo-45216: Remove extraneous method docs from difflib (GH-28445) (GH-28506) 2021-09-21 23:57:49 +02:00
IDLE Python 3.9.6 2021-06-28 10:26:18 +02:00
Library bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) 2021-09-27 05:49:30 -07:00
macOS Python 3.9.7 2021-08-30 21:02:15 +02:00
Security Python 3.9.7 2021-08-30 21:02:15 +02:00
Tests bpo-45280: Add test for empty NamedTuple in test_typing (GH-28559) (GH-28570) 2021-09-26 19:09:29 +02:00
Tools-Demos Python 3.9.7 2021-08-30 21:02:15 +02:00
Windows Python 3.9.7 2021-08-30 21:02:15 +02:00