]> granicus.if.org Git - python/commit
Merged revisions 54248 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:48:57 +0000 (20:48 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:48:57 +0000 (20:48 +0000)
commit8bf469ddc1a403b462c586beb7053875a245ab00
tree5849eeae9da36b53c7447f8a87bd6a18af8ce3bc
parentf7eed5e2d1667f8caec2ddbea20915566e5fbd98
Merged revisions 54248 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes

........
  r54248 | thomas.heller | 2007-03-09 21:39:22 +0100 (Fr, 09 Mär 2007) | 7 lines

  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