]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102024: Reduced _idle_semaphore.release calls (#102025)
authorAndrii Kuzmin <jack.cvr@gmail.com>
Fri, 26 May 2023 05:48:40 +0000 (08:48 +0300)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 05:48:40 +0000 (22:48 -0700)
commit0242e9a57aa87ed0b5cac526f65631c654a39054
treecaec5b07e00521b9e0789bd46f44a8ac1c0485ff
parent72c3d2e105f120f6f2bce410699b34dac4e948fd
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>
Lib/concurrent/futures/thread.py
Misc/NEWS.d/next/Library/2023-02-18-22-55-48.gh-issue-102024.RUmg_D.rst [new file with mode: 0644]