NEWS entry for #issue 3258.
authorThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:19:50 +0000 (17:19 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:19:50 +0000 (17:19 +0000)
Misc/NEWS

index 24f337eb14b594bcc1a538bbc4067b3ff4eb5603..48714950ae3b7b7ce05afd959703ebcc9efbbbc3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Core and Builtins
 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.