Close #13550: Remove the debug machinery from the threading module: remove

verbose arguments from all threading classes and functions.
This commit is contained in:
Victor Stinner 2012-03-03 01:32:57 +01:00
parent 643cd68ea4
commit 135b6d8aa5
2 changed files with 21 additions and 134 deletions

View file

@ -511,6 +511,9 @@ Core and Builtins
Library
-------
- Issue #13550: Remove the debug machinery from the threading module: remove
verbose arguments from all threading classes and functions.
- Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
WeakValueDictionary) to return a better approximation when some objects
are dead or dying. Moreover, the implementation is now O(1) rather than