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 benjamin.peterson, terry.reedy, vstinner
Date 2010-10-15.23:18:55
SpamBayes Score 0.006501369
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Remove [compile_surrogates.patch] because it creates filenames unencode to the filesystem encoding. Eg. compile('', '\udcc3\udca9', 'exec').co_filename gives 'é' even if the filesystem encoding is 'ascii'.
History
Date User Action Args
2010-10-15 23:18:57vstinnersetrecipients: + vstinner, terry.reedy, benjamin.peterson
2010-10-15 23:18:56vstinnersetmessageid: <[email protected]>
2010-10-15 23:18:55vstinnerlinkissue10114 messages
2010-10-15 23:18:55vstinnercreate