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

Serhiy Storchaka report at bugs.python.org
Wed Nov 20 16:11:51 CET 2013


Serhiy Storchaka added the comment:

> FYI I already added a bunch of new functions with Object suffix when I replaced char* with PyObject*.

Most of them were added in 3.4. Unfortunately several functions were added earlier (e.g. PyImport_ExecCodeModuleObject, PyErr_SetFromErrnoWithFilenameObject).

----------

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


More information about the Python-bugs-list mailing list