summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-07-15 17:19:50 (GMT)
committerThomas Heller <theller@ctypes.org>2008-07-15 17:19:50 (GMT)
commit2bad6577a1ab608096c8c4609f282b5daba5e467 (patch)
tree60937c1757a4f94410fcef33d1fd0df8dcd17b2f
parentc0b2a807ff9ce7d2c0c83ee808678eb841aa9778 (diff)
downloadcpython-2bad6577a1ab608096c8c4609f282b5daba5e467.zip
cpython-2bad6577a1ab608096c8c4609f282b5daba5e467.tar.gz
cpython-2bad6577a1ab608096c8c4609f282b5daba5e467.tar.bz2
NEWS entry for #issue 3258.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.