diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 16:46:04 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 16:46:04 (GMT) |
commit | 93196eb44f935de8132fd79e8be215657ea6b600 (patch) | |
tree | 973f08b65f19f2d48d33bde4734080caf16798f5 /Misc | |
parent | 171bb26b32a30d782fdb63d1f1bcb4aa72460944 (diff) | |
parent | c9734484ca774afad49e361f72cad60d937acf1b (diff) | |
download | cpython-93196eb44f935de8132fd79e8be215657ea6b600.zip cpython-93196eb44f935de8132fd79e8be215657ea6b600.tar.gz cpython-93196eb44f935de8132fd79e8be215657ea6b600.tar.bz2 |
Issue #17715: Merge fix from 3.3.
Diffstat (limited to 'Misc')
-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 #17715: Fix segmentation fault from raising an exception in a __trunc__ + method. + - Issue #17643: Add __callback__ attribute to weakref.ref. - Issue #16447: Fixed potential segmentation fault when setting __name__ on a |