diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 14:30:16 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 14:30:16 (GMT) |
commit | 548677bb8ce759395e2512420c03ccb184a77bf5 (patch) | |
tree | 8173bcb8656bbddd77dc5a3ca65b1870f7394b69 /Misc/NEWS | |
parent | 4e7d3ab405ddedcc53617bc08bcc64d59f29a3bf (diff) | |
parent | 64aafeb4de3b5e85007f2107250e6f1da4df2516 (diff) | |
download | cpython-548677bb8ce759395e2512420c03ccb184a77bf5.zip cpython-548677bb8ce759395e2512420c03ccb184a77bf5.tar.gz cpython-548677bb8ce759395e2512420c03ccb184a77bf5.tar.bz2 |
Issue #16447: Merge fix from 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16447: Fixed potential segmentation fault when setting __name__ on a + class. + - Issue #17669: Fix crash involving finalization of generators using yield from. - Issue #14439: Python now prints the traceback on runpy failure at startup. |