mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add a note about the RLock acceleration
This commit is contained in:
parent
d59f5717f9
commit
5bab508085
1 changed files with 6 additions and 0 deletions
|
|
@ -105,6 +105,12 @@ Multi-threading
|
|||
|
||||
(Contributed by Antoine Pitrou)
|
||||
|
||||
* Recursive locks (created with the :func:`threading.RLock` API) now benefit
|
||||
from a C implementation which makes them as fast as regular locks, and
|
||||
between 10x and 15x faster than their previous pure Python implementation.
|
||||
|
||||
(Contributed by Antoine Pitrou; :issue:`3001`.)
|
||||
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue