mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Close #13550: Remove the debug machinery from the threading module: remove
verbose arguments from all threading classes and functions.
This commit is contained in:
parent
643cd68ea4
commit
135b6d8aa5
2 changed files with 21 additions and 134 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue