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 | 2b601d39058dbcd0881ffaab40eeb4981f431fc8 (patch) | |
tree | 870e74f2a3ebea631b29bc5e4409fa4a002ac729 /Misc | |
parent | a07ab29a79755191ed6c507247d359e50084dcf4 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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! |