Commit 135b6d8a authored by Victor Stinner's avatar Victor Stinner

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

verbose arguments from all threading classes and functions.
parent 643cd68e
This diff is collapsed.
...@@ -511,6 +511,9 @@ Core and Builtins ...@@ -511,6 +511,9 @@ Core and Builtins
Library 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, - Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
WeakValueDictionary) to return a better approximation when some objects WeakValueDictionary) to return a better approximation when some objects
are dead or dying. Moreover, the implementation is now O(1) rather than are dead or dying. Moreover, the implementation is now O(1) rather than
......
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