Mark Shannon <m...@hotpy.org> added the comment:

I intend to reuse RERAISE to implement the exceptional case for a finally 
block. Something like:

SETUP_FINALLY final
    body
    finalbody
JUMP exit
final:
     finalbody
     RERAISE
exit:

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to