This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Tianjg, ZackerySpytz, eryksun, ezio.melotti, izbyshev, paul.moore, steve.dower, tianjg, tim.golden, vstinner, zach.ware
Date 2020-12-04.17:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607101266.2.0.846014049247.issue32381@roundup.psfhosted.org>
In-reply-to
Content
> 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().
History
Date User Action Args
2020-12-04 17:01:06vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, izbyshev, ZackerySpytz, Tianjg, tianjg
2020-12-04 17:01:06vstinnersetmessageid: <1607101266.2.0.846014049247.issue32381@roundup.psfhosted.org>
2020-12-04 17:01:06vstinnerlinkissue32381 messages
2020-12-04 17:01:06vstinnercreate