mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
0242e9a57a
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 <[email protected]>