mirror of https://github.com/python/cpython
Add NEWS entry as per RDM's suggestion (the bug was actually present
in 2.7 alpha 1)
This commit is contained in:
parent
3e6eb59790
commit
2a08b42e95
|
@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 2?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #7466: segmentation fault when the garbage collector is called
|
||||||
|
in the middle of populating a tuple. Patch by Florent Xicluna.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue