[issue12769] String with NUL characters truncated by ctypes when assigning to a char array

Rafał Dowgird report at bugs.python.org
Wed Aug 17 15:07:50 CEST 2011


Rafał Dowgird <dowgird at gmail.com> added the comment:

Attaching output of the script. 'x\000y\000' becomes 'x' after assigning to a char array.

----------
Added file: http://bugs.python.org/file22921/output.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12769>
_______________________________________


More information about the Python-bugs-list mailing list