This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:22serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.smith, lukasz.langa, Mark.Shannon, xtreak, BTaskaya
2019-08-12 11:56:22serhiy.storchakasetmessageid: <1565610982.15.0.930862161352.issue37830@roundup.psfhosted.org>
2019-08-12 11:56:22serhiy.storchakalinkissue37830 messages
2019-08-12 11:56:22serhiy.storchakacreate