[issue37570] `distutils.util.byte_compile` fails indirect byte compiling with non-ASCII full-path.

Suzumizaki report at bugs.python.org
Fri Jul 12 11:41:42 EDT 2019


Suzumizaki <suzumizaki at free.japandesign.ne.jp> added the comment:

Thanks, but Those cannot resolve this issue.

This is install time problem. In other words, whatever the default encoding is, even some users change it, `distutils.util.byte_compile` must always succeed. 

There's no relation between using non-ASCII path and the default encoding. 
No logically reason to fail.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37570>
_______________________________________


More information about the Python-bugs-list mailing list