[issue4429] ctypes.FormatError raises when the string to return contains non-ascii characters

Thomas Heller report at bugs.python.org
Tue Nov 25 13:44:59 CET 2008


Thomas Heller <theller at ctypes.org> added the comment:

The simple patch (ctypes-simple.patch) uses the 'y' format tag for
PyBuild_Value to build a bytes object as error message.

----------
keywords: +patch
Added file: http://bugs.python.org/file12129/ctypes-simple.patch

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


More information about the Python-bugs-list mailing list