◐ Shell
clean mode source ↗

Message 134183 - Python tracker

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.