diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-12 19:26:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-12 19:26:06 (GMT) |
commit | 2795e6c1c44c5572191de711cd2526dd1ec2f072 (patch) | |
tree | 39f08993912e94813ec392df30b610b67d7c9fd0 /Misc | |
parent | a6cdd83f7f0dec657d2ee3513ab63c103aacf6f4 (diff) | |
download | cpython-2795e6c1c44c5572191de711cd2526dd1ec2f072.zip cpython-2795e6c1c44c5572191de711cd2526dd1ec2f072.tar.gz cpython-2795e6c1c44c5572191de711cd2526dd1ec2f072.tar.bz2 |
Merged revisions 76764 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76764 | antoine.pitrou | 2009-12-12 20:18:27 +0100 (sam., 12 déc. 2009) | 12 lines
Merged revisions 76763 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76763 | antoine.pitrou | 2009-12-12 20:13:08 +0100 (sam., 12 déc. 2009) | 7 lines
Issue #7466: segmentation fault when the garbage collector is called
in the middle of populating a tuple. Patch by Florent Xicluna.
(note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1)
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.1.2? Core and Builtins ----------------- +- Issue #7466: segmentation fault when the garbage collector is called + in the middle of populating a tuple. Patch by Florent Xicluna. + - Issue #7419: setlocale() could crash the interpreter on Windows when called with invalid values. |