STINNER Victor <vstin...@python.org> added the comment:

> Just so it doesn't get lost: the problem with the contract of 
> PyErr_ProgramText() which I mentioned in my dup 42568 is still there.

It seems like PyErr_ProgramText() is no longer used in Python. 
PyErr_ProgramTextObject() is used and it pass the filename as Python object to 
_Py_fopen_obj().

----------

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

Reply via email to