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

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.

----------
Added file: http://bugs.python.org/file21743/compile_filename.patch

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

Reply via email to