[issue23327] zipimport to import from non-ascii pathname on Windows

Swapneel Ambre report at bugs.python.org
Mon Jan 26 23:49:34 CET 2015


Swapneel Ambre added the comment:

I have tried to fix this by calling Py_CompileStringObject instead of Py_CompileString , thus avoiding the need to Encode the pathname. Please see zipimport_fix.patch for the possible fix.

----------
keywords: +patch
Added file: http://bugs.python.org/file37874/zipimport_fix.patch

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


More information about the Python-bugs-list mailing list