cpython/Lib/ctypes
Neal Norwitz 5728c27c74 Backport rev 51820 from Thomas Heller
The cast function did not accept c_char_p or c_wchar_p instances
as first argument, and failed with a 'bad argument to internal function'
error message.
2006-09-11 04:02:43 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Backport rev 51820 from Thomas Heller 2006-09-11 04:02:43 +00:00
__init__.py The __repr__ method of a NULL py_object does no longer raise an 2006-08-16 14:07:44 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' 2006-07-13 17:01:14 +00:00
wintypes.py Add an __all__ list, since this module does 'from ctypes import *'. 2006-06-14 09:20:11 +00:00