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 Mark.Shannon
Recipients Mark.Shannon, nedbat
Date 2020-12-16.13:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608124031.7.0.833992535862.issue42645@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5274b682bc93a04da8a69742528ac7f64633a96e by Mark Shannon in branch 'master':
bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780)
https://github.com/python/cpython/commit/5274b682bc93a04da8a69742528ac7f64633a96e
History
Date User Action Args
2020-12-16 13:07:11Mark.Shannonsetrecipients: + Mark.Shannon, nedbat
2020-12-16 13:07:11Mark.Shannonsetmessageid: <1608124031.7.0.833992535862.issue42645@roundup.psfhosted.org>
2020-12-16 13:07:11Mark.Shannonlinkissue42645 messages
2020-12-16 13:07:11Mark.Shannoncreate