commit | dda068dee1937d0dd144568a83e2a47e5c26f9a2 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Jul 10 09:10:28 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Jul 10 09:10:28 2006 +0000 |
tree | c9d34a4afc654d7cb4041bb35f98eb0a6ae2d0bb | |
parent | 70e8e877509d643150ed6fd27bce29523f169690 [diff] [blame] |
Fix bug #1518190: accept any integer or long value in the ctypes.c_void_p constructor.
diff --git a/Misc/NEWS b/Misc/NEWS index 6f28dbc..1a976a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Bug #1518190: The ctypes.c_void_p constructor now accepts any + integer or long, without range checking. + - Bug #1508010: msvccompiler now requires the DISTUTILS_USE_SDK environment variable to be set in order to the SDK environment for finding the compiler, include files, etc.