diff options
author | Thomas Heller <theller@ctypes.org> | 2006-07-10 09:31:06 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-07-10 09:31:06 (GMT) |
commit | 7b1da513fd5620e3046047af28a6cf38e753e6f5 (patch) | |
tree | 5f97b40719adb91ef74fc2353e498ca3f6e0e9a2 /Misc | |
parent | dda068dee1937d0dd144568a83e2a47e5c26f9a2 (diff) | |
download | cpython-7b1da513fd5620e3046047af28a6cf38e753e6f5.zip cpython-7b1da513fd5620e3046047af28a6cf38e753e6f5.tar.gz cpython-7b1da513fd5620e3046047af28a6cf38e753e6f5.tar.bz2 |
Fixed a segfault when ctypes.wintypes were imported on
non-Windows machines.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and builtins 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. |