This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, flox, jafo, r_mosaic, vstinner
Date 2010-03-25.02:11:26
SpamBayes Score 7.727409e-06
Marked as misclassified No
Message-id <1269483088.2.0.485775659803.issue6543@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2010-03-25 02:11:28vstinnersetrecipients: + vstinner, jafo, amaury.forgeotdarc, r_mosaic, flox
2010-03-25 02:11:28vstinnersetmessageid: <1269483088.2.0.485775659803.issue6543@psf.upfronthosting.co.za>
2010-03-25 02:11:26vstinnerlinkissue6543 messages
2010-03-25 02:11:26vstinnercreate