]> granicus.if.org Git - python/commit
Do not accept str8 type in function calls any longer.
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 12:07:59 +0000 (12:07 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 12:07:59 +0000 (12:07 +0000)
commit27384da6e863b35fcee3e773c71c497406056458
treef791de1153ed54907c3e4b4a87cd53ddb835c792
parentace05054d3e146a6fa4435275b83bd8e99327fb1
Do not accept str8 type in function calls any longer.
Accept bytes instead of str8 in the (unexposed in ctypes) BSTR type.
Lib/ctypes/test/test_bytes.py
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c