mirror of https://github.com/python/cpython
Add what's new entry for r80157 and r80071.
This commit is contained in:
parent
2d9c2d5ecd
commit
e95a9ff112
|
@ -123,6 +123,11 @@ Multi-threading
|
|||
|
||||
(Contributed by Antoine Pitrou; :issue:`3001`.)
|
||||
|
||||
* Regular and recursive locks now accept an optional *timeout* argument
|
||||
to their ``acquire`` method. (Contributed by Antoine Pitrou; :issue:`7316`)
|
||||
Similarly, :meth:`threading.Semaphore.acquire` also gains a *timeout*
|
||||
argument. (Contributed by Torsten Landschoff; :issue:`850728`.)
|
||||
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue