]> granicus.if.org Git - python/commit
ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.
authorThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 14:58:32 +0000 (14:58 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 14:58:32 +0000 (14:58 +0000)
commit3af4266d07c38a136858acd63fe663d24590400c
tree57a1cfb0191b8d4b392557195cdea0c690c0e9af
parentf7c6d868325b999c32ec759934eac7a96c4b56fd
ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.
Lib/ctypes/test/test_bytes.py [new file with mode: 0644]
Modules/_ctypes/cfield.c