cpython/Lib/ctypes
Thomas Heller ecc3e67b98 Convert CFieldObject tp_members to tp_getset, since there is no
structmember typecode for Py_ssize_t fields.  This should fix some of
the errors on the PPC64 debian machine (64-bit, big endian).

Assigning to readonly fields now raises AttributeError instead of
TypeError, so the testcase has to be changed as well.
2006-06-06 11:34:33 +00:00
..
macholib
test Convert CFieldObject tp_members to tp_getset, since there is no 2006-06-06 11:34:33 +00:00
__init__.py Merge in changes from ctypes 0.9.9.6 upstream version. 2006-04-21 16:51:04 +00:00
_endian.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
util.py Add missing svn properties. 2006-05-12 18:16:03 +00:00
wintypes.py