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 pablogsal
Recipients brandtbucher, gvanrossum, lys.nikolaou, miss-islington, ned.deily, nnemkin, pablogsal, terry.reedy, vstinner
Date 2020-11-12.23:35:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605224138.28.0.840505104462.issue40939@roundup.psfhosted.org>
In-reply-to
Content
> By the way, is there a replacement for this function? The unbound project uses it to display a SyntaxError when PyRun_SimpleFile() fails.

There is no replacement for the function because that function returned CST nodes and those not exist anymore.
History
Date User Action Args
2020-11-12 23:35:38pablogsalsetrecipients: + pablogsal, gvanrossum, terry.reedy, vstinner, ned.deily, nnemkin, lys.nikolaou, miss-islington, brandtbucher
2020-11-12 23:35:38pablogsalsetmessageid: <1605224138.28.0.840505104462.issue40939@roundup.psfhosted.org>
2020-11-12 23:35:38pablogsallinkissue40939 messages
2020-11-12 23:35:38pablogsalcreate