mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
News for SF #535905.
This commit is contained in:
parent
b1af6376e9
commit
95b62a6dd4
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ Type/class unification and new-style classes
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
|
|
||||||
|
- Fixed two bugs reported as SF #535905: under certain conditions,
|
||||||
|
deallocating a deeply nested structure could cause a segfault in the
|
||||||
|
garbage collector, due to interaction with the "trashcan" code;
|
||||||
|
access to the current frame during destruction of a local variable
|
||||||
|
could access a pointer to freed memory.
|
||||||
|
|
||||||
- The optional object allocator has been enabled by default.
|
- The optional object allocator has been enabled by default.
|
||||||
|
|
||||||
- If you try to pickle an instance of a class that has __slots__ but
|
- If you try to pickle an instance of a class that has __slots__ but
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue