[issue9425] Rewrite import machinery to work with unicode paths

STINNER Victor report at bugs.python.org
Tue Aug 17 02:43:04 CEST 2010


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

r84122 saves/restores the exception around "filename = _PyUnicode_AsString(co->co_filename);" because it raises an unicode error on unencodable filename.

----------

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


More information about the Python-bugs-list mailing list