Message134183
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. |
|
Date |
User |
Action |
Args |
2011-04-20 21:16:55 | vstinner | set | recipients:
+ vstinner, terry.reedy, amaury.forgeotdarc, pitrou, python-dev |
2011-04-20 21:16:55 | vstinner | set | messageid: <1303334215.12.0.00816616818311.issue11619@psf.upfronthosting.co.za> |
2011-04-20 21:16:53 | vstinner | link | issue11619 messages |
2011-04-20 21:16:53 | vstinner | create | |
|