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 serhiy.storchaka
Date 2018-01-01.22:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514847123.41.0.467229070634.issue32478@psf.upfronthosting.co.za>
In-reply-to
Content
'break' and 'return' are never used inside 'finally' clause in the stdlib. Therefore these cases are not covered by tests even implicitly. The proposed patch adds explicit tests for them.

'continue' inside 'finally' clause currently is prohibited (see issue1542451) and there are tests for this.
History
Date User Action Args
2018-01-01 22:52:03serhiy.storchakasetrecipients: + serhiy.storchaka
2018-01-01 22:52:03serhiy.storchakasetmessageid: <1514847123.41.0.467229070634.issue32478@psf.upfronthosting.co.za>
2018-01-01 22:52:03serhiy.storchakalinkissue32478 messages
2018-01-01 22:52:03serhiy.storchakacreate