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)
commit2b601d39058dbcd0881ffaab40eeb4981f431fc8 (patch)
tree870e74f2a3ebea631b29bc5e4409fa4a002ac729 /Misc
parenta07ab29a79755191ed6c507247d359e50084dcf4 (diff)
downloadcpython-2b601d39058dbcd0881ffaab40eeb4981f431fc8.zip
cpython-2b601d39058dbcd0881ffaab40eeb4981f431fc8.tar.gz
cpython-2b601d39058dbcd0881ffaab40eeb4981f431fc8.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 8bf583f..ec6626f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: tba
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!