mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
This commit is contained in:
commit
4918b47c64
3 changed files with 29 additions and 13 deletions
|
|
@ -133,6 +133,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
|
||||
|
||||
- Issue #16620: Fixed AttributeError in msilib.Directory.glob().
|
||||
|
||||
- Issue #26013: Added compatibility with broken protocol 2 pickles created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue