summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-04-16 21:47:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-04-16 21:47:12 (GMT)
commit414f8b937f1ccab9a493b387fa42529416ea1a08 (patch)
tree664ee0f250d2e2827260d486987b166645011869 /Misc
parent16b83b1f6672e73a7079bb6655354e506ebb1af2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9288612..6a80a28 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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!