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-02.08:20:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514881215.09.0.467229070634.issue32478@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset aea95c2fbdec05dddd8b833a74eeb7ec8dc69706 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078) (#5083)
https://github.com/python/cpython/commit/aea95c2fbdec05dddd8b833a74eeb7ec8dc69706
History
Date User Action Args
2018-01-02 08:20:15serhiy.storchakasetrecipients: + serhiy.storchaka
2018-01-02 08:20:15serhiy.storchakasetmessageid: <1514881215.09.0.467229070634.issue32478@psf.upfronthosting.co.za>
2018-01-02 08:20:15serhiy.storchakalinkissue32478 messages
2018-01-02 08:20:14serhiy.storchakacreate