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:29 | Mark.Shannon | set | recipients: + Mark.Shannon, ncoghlan, pitrou, benjamin.peterson, serhiy.storchaka |
| 2018-03-18 21:07:29 | Mark.Shannon | set | messageid: <1521407249.63.0.467229070634.issue32949@psf.upfronthosting.co.za> |
| 2018-03-18 21:07:29 | Mark.Shannon | link | issue32949 messages |
| 2018-03-18 21:07:29 | Mark.Shannon | create | |