diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-03-03 00:32:57 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-03-03 00:32:57 (GMT) |
commit | 135b6d8aa5a24b08170fd94114a80dfeb1ae963c (patch) | |
tree | f1d912daf4c2464a2697c9203d283cc4812e4f1e /Misc/NEWS | |
parent | 643cd68ea4b8d33a6d0163ef693ef6518f76b88f (diff) | |
download | cpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.zip cpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.tar.gz cpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.tar.bz2 |
Close #13550: Remove the debug machinery from the threading module: remove
verbose arguments from all threading classes and functions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |