[issue13758] compile() should not encode 'filename' (at least on Windows)

STINNER Victor report at bugs.python.org
Mon Aug 26 22:39:04 CEST 2013


STINNER Victor added the comment:

This issue has been fixed in issue #11619 by:

New changeset df2fdd42b375 by Victor Stinner in branch 'default':
Close #11619: The parser and the import machinery do not encode Unicode
http://hg.python.org/cpython/rev/df2fdd42b375

Thanks for the report!

(I don't plan to backport the fix to Python 3.3, it's a huge patch for a rare use case.)

----------
versions: +Python 3.4 -Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list