[issue9425] Rewrite import machinery to work with unicode paths

STINNER Victor report at bugs.python.org
Thu Sep 2 01:45:58 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

r84429 creates Py_UNICODE_strcat() (change with the patch: return the right value).

r84430 creates PyUnicode_strdup() (change with the patch: rename the function from Py_UNICODE_strdup() to PyUnicode_strdup() and mangle the function name).

----------

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


More information about the Python-bugs-list mailing list