diff options
author | Thomas Heller <theller@ctypes.org> | 2008-07-15 17:19:50 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-07-15 17:19:50 (GMT) |
commit | 2bad6577a1ab608096c8c4609f282b5daba5e467 (patch) | |
tree | 60937c1757a4f94410fcef33d1fd0df8dcd17b2f | |
parent | c0b2a807ff9ce7d2c0c83ee808678eb841aa9778 (diff) | |
download | cpython-2bad6577a1ab608096c8c4609f282b5daba5e467.zip cpython-2bad6577a1ab608096c8c4609f282b5daba5e467.tar.gz cpython-2bad6577a1ab608096c8c4609f282b5daba5e467.tar.bz2 |
NEWS entry for #issue 3258.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |