add gc support to slice (closes #26659)

This commit is contained in:
Benjamin Peterson 2016-04-16 14:47:12 -07:00
parent a07ab29a79
commit 2b601d3905
3 changed files with 31 additions and 7 deletions

View file

@ -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!