[issue19518] Add new PyRun_xxx() functions to not encode the filename

Eric Snow report at bugs.python.org
Fri Nov 8 01:27:12 CET 2013


Eric Snow added the comment:

PEP 432 is all about the PyRun_* API and especially relates to refactoring it with the goal of improving extensibility and maintainability.  I'm sure Nick could expound, but the PEP is a response to the cruft that has accumulated over the years in Python/pythonrun.c.  The result of that organic growth makes it harder than necessary to do things like adding new commandline options.  While I haven't looked closely at the new function you added, I expect PEP 432 would have simplified things or even removed the need for a new function.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19518>
_______________________________________


More information about the Python-bugs-list mailing list