mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
add gc support to slice (closes #26659)
This commit is contained in:
parent
a07ab29a79
commit
2b601d3905
3 changed files with 31 additions and 7 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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue