Message 314058 - Python tracker

Message314058

Author Mark.Shannon
Recipients Mark.Shannon, benjamin.peterson, ncoghlan, pitrou, serhiy.storchaka
Date 2018-03-18.21:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521407249.63.0.467229070634.issue32949@psf.upfronthosting.co.za>
In-reply-to
Content
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:
History
Date User Action Args
2018-03-18 21:07:29Mark.Shannonsetrecipients: + Mark.Shannon, ncoghlan, pitrou, benjamin.peterson, serhiy.storchaka
2018-03-18 21:07:29Mark.Shannonsetmessageid: <1521407249.63.0.467229070634.issue32949@psf.upfronthosting.co.za>
2018-03-18 21:07:29Mark.Shannonlinkissue32949 messages
2018-03-18 21:07:29Mark.Shannoncreate