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 gregory.p.smith
Recipients Mark.Shannon, brett.cannon, dino.viehland, eric.snow, fabioz, gregory.p.smith, vstinner
Date 2019-11-22.06:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574404168.7.0.465582271436.issue38500@roundup.psfhosted.org>
In-reply-to
Content
+1 to re-exposing a way to do PEP-523.

PEP-523 added a public API, we unintentionally hid it behind the mask of Py_BUILD_CORE_MODULE in 3.8.  We shouldn't remove PEP-523's abilities without a deprecation cycle.  But given the use cases tend to be "deep" knowledge places that can adapt to API change and version checks, I think re-exposing it without the need for Py_BUILD_CORE_MODULE is reasonable.

Are you proposing this for 3.8.1?

Or is 3.8 burned for this 3.6 & 3.7 feature :sadface: (but we know how to work around it - so if our RM says it is, we'll deal) and re-exposing in some manner it only happens in 3.9?
History
Date User Action Args
2019-11-22 06:29:28gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, vstinner, fabioz, dino.viehland, Mark.Shannon, eric.snow
2019-11-22 06:29:28gregory.p.smithsetmessageid: <1574404168.7.0.465582271436.issue38500@roundup.psfhosted.org>
2019-11-22 06:29:28gregory.p.smithlinkissue38500 messages
2019-11-22 06:29:28gregory.p.smithcreate