[issue32949] Simplify "with"-related opcodes

Gregory P. Smith report at bugs.python.org
Sun Jul 8 15:42:39 EDT 2018


Gregory P. Smith <greg at krypto.org> added the comment:

Additional related PR: https://github.com/python/cpython/pull/6641 tied to issue33387 which proposes replacing the existing with and try related bytecodes with two simpler ones: RERAISE and WITH_EXCEPT_FINISH.

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list