]> granicus.if.org Git - python/commit
Merged revisions 74664 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Fri, 4 Sep 2009 18:37:03 +0000 (18:37 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 4 Sep 2009 18:37:03 +0000 (18:37 +0000)
commite83c938e210b7631687f2be49512d637bb5b70b9
tree4aad3b193ecfae95b047cecdf90f6ecac08f87e2
parentc35adc082d40edce91e3a5edf86f50b566413123
Merged revisions 74664 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74664 | thomas.heller | 2009-09-04 20:24:41 +0200 (Fr, 04 Sep 2009) | 1 line

  Issue 6239: ctypes.c_char_p return value must return bytes.
........
15 files changed:
Lib/ctypes/test/test_cast.py
Lib/ctypes/test/test_funcptr.py
Lib/ctypes/test/test_functions.py
Lib/ctypes/test/test_incomplete.py
Lib/ctypes/test/test_memfunctions.py
Lib/ctypes/test/test_objects.py
Lib/ctypes/test/test_pointers.py
Lib/ctypes/test/test_prototypes.py
Lib/ctypes/test/test_random_things.py
Lib/ctypes/test/test_returnfuncptrs.py
Lib/ctypes/test/test_slicing.py
Lib/ctypes/test/test_stringptr.py
Lib/ctypes/test/test_unicode.py
Misc/NEWS
Modules/_ctypes/cfield.c