]> granicus.if.org Git - python/commit
Fix ctypes tests to avoid implicit bytes-unicode conversion
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Jul 2010 23:36:41 +0000 (23:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Jul 2010 23:36:41 +0000 (23:36 +0000)
commit42746df17bd1f147f1bea90216ed9848efc730c8
treec799b9f8c4392c53eb2ff6c6c5e4e0eaf43fc9fc
parent455f7bdc0543fa353d2666f16303b024c5e05155
Fix ctypes tests to avoid implicit bytes-unicode conversion
20 files changed:
Lib/ctypes/test/test_arrays.py
Lib/ctypes/test/test_bitfields.py
Lib/ctypes/test/test_buffers.py
Lib/ctypes/test/test_bytes.py
Lib/ctypes/test/test_cast.py
Lib/ctypes/test/test_cfuncs.py
Lib/ctypes/test/test_errno.py
Lib/ctypes/test/test_internals.py
Lib/ctypes/test/test_keeprefs.py
Lib/ctypes/test/test_libc.py
Lib/ctypes/test/test_objects.py
Lib/ctypes/test/test_parameters.py
Lib/ctypes/test/test_prototypes.py
Lib/ctypes/test/test_python_api.py
Lib/ctypes/test/test_random_things.py
Lib/ctypes/test/test_repr.py
Lib/ctypes/test/test_returnfuncptrs.py
Lib/ctypes/test/test_stringptr.py
Lib/ctypes/test/test_strings.py
Lib/ctypes/test/test_structures.py