From: Thomas Heller Date: Tue, 15 Jul 2008 17:19:50 +0000 (+0000) Subject: NEWS entry for #issue 3258. X-Git-Tag: v2.6b2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bad6577a1ab608096c8c4609f282b5daba5e467;p=thirdparty%2FPython%2Fcpython.git NEWS entry for #issue 3258. --- diff --git a/Misc/NEWS b/Misc/NEWS index 24f337eb14b5..48714950ae3b 100644 --- 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.