]> granicus.if.org Git - python/commit
c_char, c_char_p objects and c_char array structure fields return
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 12:52:51 +0000 (12:52 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 12:52:51 +0000 (12:52 +0000)
commit19b52545df898ec911c44e29f75badb902924c0b
treef6fb1ce373f146d7f380ee7af0d906fedbeabb7b
parent27384da6e863b35fcee3e773c71c497406056458
c_char, c_char_p objects and c_char array structure fields return
their value now as str, no longer str8.
Lib/ctypes/test/test_buffers.py
Lib/ctypes/test/test_bytes.py
Lib/ctypes/test/test_objects.py
Lib/ctypes/test/test_random_things.py
Lib/ctypes/test/test_repr.py
Lib/ctypes/test/test_slicing.py
Modules/_ctypes/cfield.c