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 <1515013867.94.0.467229070634.issue32489@psf.upfronthosting.co.za>
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: <1515013867.94.0.467229070634.issue32489@psf.upfronthosting.co.za>
2018-01-03 21:11:07serhiy.storchakalinkissue32489 messages
2018-01-03 21:11:07serhiy.storchakacreate