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 gvanrossum, serhiy.storchaka
Date 2018-01-03.21:11:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
A 'continue' statement is illegal in the 'finally' clause due to a problem with the current implementation. After resolving issue17611 it will be easy to remove this restriction.
History
Date User Action Args
2018-01-03 21:11:07serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum
2018-01-03 21:11:07serhiy.storchakasetmessageid: <[email protected]>
2018-01-03 21:11:07serhiy.storchakalinkissue32489 messages
2018-01-03 21:11:07serhiy.storchakacreate