◐ Shell
clean mode source ↗

Message 399536 - Python tracker

>> I want to get rid of PyCode_NewWithPosArgs() and just have PyCode_New(). 

That as added because of PEP 387 and unfortunately removing it is backwards incompatible.

>> I propose we declare all APIs for code objects *unstable*, liable to change each (feature) release.

I agree that we should do this, but this needs at least a discussion in python-dev because currently these APIs are protected by PEP 387 so changing them is backwards incompatible