]> granicus.if.org Git - python/commitdiff
Add a note about the RLock acceleration
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 22:58:45 +0000 (22:58 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 22:58:45 +0000 (22:58 +0000)
Doc/whatsnew/3.2.rst

index a47ee99c0d2678ae76198d15080557501770aa5d..a8b2fe4a733a6d7a996bd4b1f7cc0eb33ad4c975 100644 (file)
@@ -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
 =============