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 brandtbucher, gvanrossum, lys.nikolaou, miss-islington, ned.deily, nnemkin, pablogsal, terry.reedy, vstinner
Date 2020-11-12.15:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605193982.9.0.794329442077.issue40939@roundup.psfhosted.org>
In-reply-to
Content
I reopen the issue.

Would you mind to explicitly list function removed from the C API in What's New in Python 3.10?
https://docs.python.org/dev/whatsnew/3.10.html#id4

I'm talking about the commit 1ed83adb0e95305af858bd41af531e487f54fee7.

For example, the unbound project no longer builds with Python 3.10 because PyParser_SimpleParseFile() has been removed:
https://bugzilla.redhat.com/show_bug.cgi?id=1889726

There is no mention of PyParser_SimpleParseFile() removal in What's New in Python 3.10. There is only a mention that it's being deprecated in What's New in Python 3.9.
History
Date User Action Args
2020-11-12 15:13:02vstinnersetrecipients: + vstinner, gvanrossum, terry.reedy, ned.deily, nnemkin, lys.nikolaou, pablogsal, miss-islington, brandtbucher
2020-11-12 15:13:02vstinnersetmessageid: <1605193982.9.0.794329442077.issue40939@roundup.psfhosted.org>
2020-11-12 15:13:02vstinnerlinkissue40939 messages
2020-11-12 15:13:02vstinnercreate