Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

You need to change

test_string = ctypes.c_char_p("This Is a test string, that should be of type 
bytes")

to

test_string = ctypes.c_char_p(b"This Is a test string, that should be of type 
bytes")

but this issue itself seems to be already fixed.

----------
nosy: +ocean-city
resolution:  -> fixed
stage: needs patch -> 
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8017>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to