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 Igor.Skochinsky, brandtbucher, gvanrossum, hroncok, lys.nikolaou, miss-islington, ned.deily, nnemkin, pablogsal, terry.reedy, vstinner
Date 2020-11-30.09:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606729383.95.0.0833165476065.issue40939@roundup.psfhosted.org>
In-reply-to
Content
> It seems this patch removes some functions provided by the Stable ABI (PEP 384), most notably Py_CompileString. Was this the intention? If not, is there still a chance to reintroduce it before the release?

The functions removal is intentional and was approved by the PEP 617.

But Py_CompileString() function was not removed, it's still in the master branch (future Python 3.10). Why do you think that it has been removed?
History
Date User Action Args
2020-11-30 09:43:03vstinnersetrecipients: + vstinner, gvanrossum, terry.reedy, ned.deily, nnemkin, Igor.Skochinsky, hroncok, lys.nikolaou, pablogsal, miss-islington, brandtbucher
2020-11-30 09:43:03vstinnersetmessageid: <1606729383.95.0.0833165476065.issue40939@roundup.psfhosted.org>
2020-11-30 09:43:03vstinnerlinkissue40939 messages
2020-11-30 09:43:03vstinnercreate