cpython/Lib/ctypes
Victor Stinner da0eca427a Issue #8966: If a ctypes structure field is an array of c_char, convert its
value to bytes instead of str (as done for c_char and c_char_p).
2010-06-11 21:50:30 +00:00
..
macholib Raise statement normalization in Lib/ctypes/. 2007-08-30 03:47:13 +00:00
test Issue #8966: If a ctypes structure field is an array of c_char, convert its 2010-06-11 21:50:30 +00:00
__init__.py Merged revisions 78544 via svnmerge from 2010-03-01 04:59:27 +00:00
_endian.py Remove all the Python 2.3 compatibility markers (the Python 3 ctypes 2007-07-13 11:49:15 +00:00
util.py Merged revisions 78979 via svnmerge from 2010-03-15 13:46:04 +00:00
wintypes.py Merged revisions 65908 via svnmerge from 2008-08-20 13:42:16 +00:00