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 Mark.Shannon
Recipients Mark.Shannon, brett.cannon, dino.viehland, eric.snow, fabioz, gregory.p.smith, lukasz.langa, phsilva, vstinner
Date 2020-03-12.10:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584010132.17.0.271520064855.issue38500@roundup.psfhosted.org>
In-reply-to
Content
I'm not suggesting immediate removal of PEP 532.

I am requesting that you don't add a new function to the C API that will prevent implementation of many meaningful optimizations to CPython.
PEP 532 does not add any API functions.

I understand that you want to fix the regression.
Why not do so by reverting the change that caused it?

Adding a new API function is not fixing a regression.
History
Date User Action Args
2020-03-12 10:48:52Mark.Shannonsetrecipients: + Mark.Shannon, brett.cannon, gregory.p.smith, vstinner, fabioz, phsilva, dino.viehland, lukasz.langa, eric.snow
2020-03-12 10:48:52Mark.Shannonsetmessageid: <1584010132.17.0.271520064855.issue38500@roundup.psfhosted.org>
2020-03-12 10:48:52Mark.Shannonlinkissue38500 messages
2020-03-12 10:48:52Mark.Shannoncreate