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

thomas.heller python-checkins at python.org
Tue Jul 15 19:19:50 CEST 2008


Author: thomas.heller
Date: Tue Jul 15 19:19:50 2008
New Revision: 64971

Log:
NEWS entry for #issue 3258.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Jul 15 19:19:50 2008
@@ -53,6 +53,9 @@
 Library
 -------
 
+- Issue #3258: Fixed a crash when a ctypes POINTER type to an
+  incomplete structure was created.
+
 - Issue #3339: dummy_thread.acquire() should not return None.
 
 - Issue #3285: Fractions from_float() and from_decimal() accept Integral arguments.


More information about the Python-checkins mailing list