diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 12:46:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 12:46:25 (GMT) |
commit | d205d0145c8f5a37d0a46261eb0193e27b5b0ad8 (patch) | |
tree | 9875b22539719a974e8cbff40300623ae01bd18a /Misc/NEWS | |
parent | e914cd1308103de3f14cecbecc0f9aa46c8be074 (diff) | |
download | cpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.zip cpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.tar.gz cpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.tar.bz2 |
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,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 |