cpython/Misc/NEWS.d/next/Library
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
..
2021-08-27-19-01-23.bpo-45030.tAmBbY.rst bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) 2021-09-04 13:39:47 -07:00
2021-08-28-13-00-12.bpo-45021.rReeaj.rst [3.9] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28481) 2021-09-20 11:54:24 -07:00
2021-09-02-12-42-25.bpo-45081.tOjJ1k.rst bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) (GH-28132) 2021-09-02 19:01:32 +02:00
2021-09-04-13-10-25.bpo-45097.5J4IC-.rst [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153) 2021-09-04 20:54:50 +03:00
2021-09-10-21-35-53.bpo-45166.UHipXF.rst [3.9] bpo-45166: fixes get_type_hints failure on Final (GH-28279) (GH-28561) 2021-09-25 11:30:20 +02:00
2021-09-11-10-45-12.bpo-35474.tEY3SD.rst bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286) (GH-28290) 2021-09-13 19:24:08 +02:00
2021-09-17-09-59-33.bpo-45228.WV1dcT.rst bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404) 2021-09-17 02:10:55 -07:00
2021-09-17-11-20-55.bpo-45234.qUcTVt.rst bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28507) 2021-09-22 00:21:10 +02:00
2021-09-17-16-55-37.bpo-45235.sXnmPA.rst bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) (GH-28443) 2021-09-18 01:47:41 -05:00
2021-09-18-13-14-57.bpo-36674.a2k5Zb.rst bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) 2021-09-18 06:22:40 -07:00
2021-09-18-16-56-33.bpo-45238.Hng_9V.rst [3.9] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28522) 2021-09-22 18:48:17 +02:00
2021-09-23-22-17-26.bpo-45274.gPpa4E.rst bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) 2021-09-27 05:49:30 -07:00
README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/