cpython/Lib/ctypes
Thomas Heller 2456a3c02a 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:39:22 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Bug #1651235: When a tuple was passed to a ctypes function call, 2007-03-09 20:39:22 +00:00
__init__.py Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) 2007-03-09 19:21:28 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py patch #1610795: BSD version of ctypes.util.find_library, by Martin 2007-01-12 20:17:34 +00:00
wintypes.py Correct the comments: the code is right. 2007-01-11 21:23:12 +00:00