[issue22324] Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode()

STINNER Victor report at bugs.python.org
Tue Sep 2 00:53:41 CEST 2014


STINNER Victor added the comment:

wchar_posixmodule.patch: patch for posixmodule.c. Sorry, the code calling PyUnicode_AsUnicode() was not generated by Argument Clinic in fact.

----------
Added file: http://bugs.python.org/file36523/wchar_posixmodule.patch

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


More information about the Python-bugs-list mailing list