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 gvanrossum
Recipients Dennis Sweeney, Guido.van.Rossum, Mark.Shannon, Yonatan Goldschmidt, ammar2, chris.jerdonek, corona10, erlendaasland, gvanrossum, hauntsaninja, pablogsal, petr.viktorin, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2021-08-13.13:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628861698.49.0.571465206232.issue40222@roundup.psfhosted.org>
In-reply-to
Content
I propose we declare all APIs for code objects *unstable*, liable to change each (feature) release.

I want to get rid of PyCode_NewWithPosArgs() and just have PyCode_New(). All callers to either one must be changed anyways. (And we’re not done changing this in 3.11 either.)
History
Date User Action Args
2021-08-13 13:34:58gvanrossumsetrecipients: + gvanrossum, rhettinger, scoder, vstinner, petr.viktorin, chris.jerdonek, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, ammar2, corona10, pablogsal, Dennis Sweeney, erlendaasland, Yonatan Goldschmidt, hauntsaninja
2021-08-13 13:34:58gvanrossumsetmessageid: <1628861698.49.0.571465206232.issue40222@roundup.psfhosted.org>
2021-08-13 13:34:58gvanrossumlinkissue40222 messages
2021-08-13 13:34:58gvanrossumcreate