cpython/Misc/NEWS.d/next
Andrii Kuzmin 0242e9a57a
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Reduced _idle_semaphore.release calls in concurrent.futures.thread._worker
_idle_semaphore.release() is now only called if only work_queue is empty.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2023-05-25 22:48:40 -07:00
..
Build Python 3.12.0b1 2023-05-22 14:07:36 +02:00
C API GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674) 2023-05-22 19:34:34 +00:00
Core and Builtins gh-104879: Fix TypeAliasType.__module__ in exec() (#104881) 2023-05-24 11:48:13 -07:00
Documentation Python 3.12.0b1 2023-05-22 14:07:36 +02:00
IDLE gh-104719: IDLE - test existence of all tokenize references. (#104767) 2023-05-24 08:43:56 +00:00
Library gh-102024: Reduced _idle_semaphore.release calls (#102025) 2023-05-25 22:48:40 -07:00
Security gh-99108: Refresh HACL* (#104808) 2023-05-24 13:30:11 -07:00
Tests gh-81005: Refactor str tests to reflect that str and unicode are merged in Python 3 (#13172) 2023-05-23 17:11:29 +03:00
Tools-Demos Python 3.12.0b1 2023-05-22 14:07:36 +02:00
Windows gh-104820: Fixes os.stat on Windows to better handle file systems that do not support FileIdInformation (GH-104892) 2023-05-25 00:16:13 +01:00
macOS Python 3.12.0b1 2023-05-22 14:07:36 +02:00