cpython/Lib/ctypes
Thomas Heller 8bf469ddc1 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.
........
2007-03-09 20:48:57 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Merged revisions 54248 via svnmerge from 2007-03-09 20:48:57 +00:00
__init__.py Merged revisions 54244 via svnmerge from 2007-03-09 20:21:16 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py Merged revisions 53402 via svnmerge from 2007-01-17 19:53:24 +00:00
wintypes.py Add an __all__ list, since this module does 'from ctypes import *'. 2006-06-14 09:20:11 +00:00