diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-04-16 21:47:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-04-16 21:47:12 (GMT) |
commit | 414f8b937f1ccab9a493b387fa42529416ea1a08 (patch) | |
tree | 664ee0f250d2e2827260d486987b166645011869 /Misc | |
parent | 16b83b1f6672e73a7079bb6655354e506ebb1af2 (diff) | |
download | cpython-414f8b937f1ccab9a493b387fa42529416ea1a08.zip cpython-414f8b937f1ccab9a493b387fa42529416ea1a08.tar.gz cpython-414f8b937f1ccab9a493b387fa42529416ea1a08.tar.bz2 |
add gc support to slice (closes #26659)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 2.7.12? Core and Builtins ----------------- +- Issue #26659: Make the builtin slice type support cycle collection. + - Issue #26718: super.__init__ no longer leaks memory if called multiple times. NOTE: A direct call of super.__init__ is not endorsed! |