commit | 7b1da513fd5620e3046047af28a6cf38e753e6f5 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Jul 10 09:31:06 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Jul 10 09:31:06 2006 +0000 |
tree | 5f97b40719adb91ef74fc2353e498ca3f6e0e9a2 | |
parent | dda068dee1937d0dd144568a83e2a47e5c26f9a2 [diff] [blame] |
Fixed a segfault when ctypes.wintypes were imported on non-Windows machines.
diff --git a/Misc/NEWS b/Misc/NEWS index 1a976a1..157c165 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Fixed a segfault in _ctypes when ctypes.wintypes were imported + on non-Windows platforms. + - Bug #1518190: The ctypes.c_void_p constructor now accepts any integer or long, without range checking.