Message349458
| Author |
serhiy.storchaka |
| Recipients |
BTaskaya, Mark.Shannon, eric.smith, lukasz.langa, serhiy.storchaka, vstinner, xtreak |
| Date |
2019-08-12.11:56:22 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1565610982.15.0.930862161352.issue37830@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
It looks to me, that it is not possible to solve this with the current bytecode. Perhaps the only way to fix a crash is to revert issue32489.
Implementing Mark's idea about inlining the code of a "finally" block may help to solve the issue with "continue" in "finally". |
|