diff options
author | Guido van Rossum <guido@python.org> | 2008-01-24 18:21:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-01-24 18:21:02 (GMT) |
commit | eead05fdd629063adafe3edda9f1a9ca249f3173 (patch) | |
tree | 32c4bcb5f94a8127fca46ee2cb22379b15fcb3b2 /Misc | |
parent | 70ec29d0f4c2573f23e1568409d3857a277c4c0b (diff) | |
download | cpython-eead05fdd629063adafe3edda9f1a9ca249f3173.zip cpython-eead05fdd629063adafe3edda9f1a9ca249f3173.tar.gz cpython-eead05fdd629063adafe3edda9f1a9ca249f3173.tar.bz2 |
News about recently fixed crashers:
- A few crashers fixed: weakref_in_del.py (issue #1377858);
loosing_dict_ref.py (issue #1303614, test67.py);
borrowed_ref_[34].py (not in tracker).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- A few crashers fixed: weakref_in_del.py (issue #1377858); + loosing_dict_ref.py (issue #1303614, test67.py); + borrowed_ref_[34].py (not in tracker). + - Issue #1069410: The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly. |