]> granicus.if.org Git - python/commit
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 23:51:58 +0000 (23:51 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 23:51:58 +0000 (23:51 +0000)
commit0454af9b54c4beee27d4b119771bce3d7162c793
tree18ad6d31cec4731853b5e54608fa039a1a8cc52e
parent2d9cb9c1cb3a7dd2e60a323271fbfe80854a6817
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
`threading.Semaphore` objects.  Original patch by Torsten Landschoff.
Doc/library/threading.rst
Lib/test/lock_tests.py
Lib/threading.py
Misc/ACKS
Misc/NEWS