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