From 2bad6577a1ab608096c8c4609f282b5daba5e467 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 15 Jul 2008 17:19:50 +0000 Subject: NEWS entry for #issue 3258. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 24f337e..4871495 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. -- cgit v0.12