Message 349458 - Python tracker
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". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-12 11:56:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, eric.smith, lukasz.langa, Mark.Shannon, xtreak, BTaskaya |
| 2019-08-12 11:56:22 | serhiy.storchaka | set | messageid: <1565610982.15.0.930862161352.issue37830@roundup.psfhosted.org> |
| 2019-08-12 11:56:22 | serhiy.storchaka | link | issue37830 messages |
| 2019-08-12 11:56:22 | serhiy.storchaka | create | |