]> granicus.if.org Git - python/commit
Bug #1651235: When a tuple was passed to a ctypes function call,
authorThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:39:22 +0000 (20:39 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:39:22 +0000 (20:39 +0000)
commit2456a3c02aa295c82fc84aaf6d0740d95aeb05b1
tree705702b804d69ab3c1c58c88b3f1ce30b2f70c8f
parente38051db87b92efeb09373bea3900cde073cda96
Bug #1651235: When a tuple was passed to a ctypes function call,
Python would crash instead of raising an error.

The crash was caused by a section of code that should have been
removed long ago, at that time ctypes had other ways to pass
parameters to function calls.
Lib/ctypes/test/test_functions.py
Misc/NEWS
Modules/_ctypes/_ctypes.c