ctypes: delay conversion from c_char_p to string

Zvezdan Petkovic zvezdan at zope.com
Thu Apr 22 12:18:09 EDT 2010


On Apr 22, 2010, at 10:49 AM, Zvezdan Petkovic wrote:
> libc.strdup.argtype = [ctypes.c_char_p]

Correcting my typo.  This should be in plural:

libc.strdup.argtypes = [ctypes.c_char_p]




More information about the Python-list mailing list