mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
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).
This commit is contained in:
parent
70ec29d0f4
commit
eead05fdd6
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ What's New in Python 2.6 alpha 1?
|
||||||
Core and builtins
|
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
|
- Issue #1069410: The "can't load dll" message box on Windows is
|
||||||
suppressed while an extension is loaded by calling SetErrorMode in
|
suppressed while an extension is loaded by calling SetErrorMode in
|
||||||
dynload_win.c. The error is still reported properly.
|
dynload_win.c. The error is still reported properly.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue