[issue42645] break/continue or return in finally block occurs twice in trace.

Mark Shannon report at bugs.python.org
Wed Dec 16 08:07:11 EST 2020


Mark Shannon <mark at hotpy.org> added the comment:


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


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42645>
_______________________________________


More information about the Python-bugs-list mailing list