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, pitrou, python-dev, terry.reedy, vstinner
Date 2011-04-20.21:16:52
SpamBayes Score 4.0525133e-08
Marked as misclassified No
Message-id <1303334215.12.0.00816616818311.issue11619@psf.upfronthosting.co.za>
In-reply-to
Content
compile_filename.patch:
 - Add PyErr_ProgramTextObject() and PyErr_WarnExplicitObject() functions
 - Store the filename as Unicode in compile.c
 - Remove the filename from get_ref_type() fatal error (I never see such fatal error, and I hope that it does never happen, so the filename should not really matter here)

The patch prepares the work to pass the filename to the compiler directly as Unicode.
History
Date User Action Args
2011-04-20 21:16:55vstinnersetrecipients: + vstinner, terry.reedy, amaury.forgeotdarc, pitrou, python-dev
2011-04-20 21:16:55vstinnersetmessageid: <1303334215.12.0.00816616818311.issue11619@psf.upfronthosting.co.za>
2011-04-20 21:16:53vstinnerlinkissue11619 messages
2011-04-20 21:16:53vstinnercreate