Commit 5bab5080 authored by Antoine Pitrou's avatar Antoine Pitrou

Add a note about the RLock acceleration

parent d59f5717
......@@ -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
=============
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment