]> granicus.if.org Git - python/commit
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 29 Aug 2019 08:45:19 +0000 (01:45 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 08:45:19 +0000 (01:45 -0700)
commit35f6301d68bdb0517be284421782d64407dfe72c
tree2b25b22aa2800545bdcac6bbfe9ab36472e6542a
parent0dac68f1e593c11612ed54af9edb865d398f3b05
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Doc/library/threading.rst
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS.d/next/Library/2019-08-29-01-19-13.bpo-10978.J6FQYY.rst [new file with mode: 0644]