[Python-checkins] r60250 - python/trunk/Misc/NEWS

guido.van.rossum python-checkins at python.org
Thu Jan 24 19:21:02 CET 2008


Author: guido.van.rossum
Date: Thu Jan 24 19:21:02 2008
New Revision: 60250

Modified:
   python/trunk/Misc/NEWS
Log:
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).


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jan 24 19:21:02 2008
@@ -12,6 +12,10 @@
 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.


More information about the Python-checkins mailing list