]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 6239: ctypes.c_char_p return value must return bytes.
authorThomas Heller <theller@ctypes.org>
Fri, 4 Sep 2009 18:24:41 +0000 (18:24 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 4 Sep 2009 18:24:41 +0000 (18:24 +0000)
commit8b939526215754a0317353f9e8d9ed85636101a0
tree96a7a388b74c1157f41aa200f8439855b5f95eb6
parentb6b13248e5e1090ba71098f76454eaa4cb422eed
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