STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> in compile.c, the c_filename member has utf8 encoding

The problem is maybe that c_filename should be an unicode object created using 
the file system default encoding and the surrogateescape error handler, to be 
able to store undecodable filenames (useful on POSIX OS using a byte string 
API, eg. Linux).

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6543>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to