[issue40222] "Zero cost" exception handling

Guido van Rossum report at bugs.python.org
Fri Aug 13 09:34:58 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

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.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40222>
_______________________________________


More information about the Python-bugs-list mailing list