[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by serhiy-storchaka · Pull Request #15456 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
merged 1 commit into
Merged
Conversation
Member
Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.
(cherry picked from commit ef61c52)
…ythonGH-15320) Fix compilation of "break" and "continue" in the "finally" block when the corresponding "try" block contains "return" with a non-constant value.. (cherry picked from commit ef61c52) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka
requested a review
from a team
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
type-bug
awaiting core review labels
serhiy-storchaka
merged commit
ed146b5
into
python:3.8
serhiy-storchaka
deleted the
backport-ef61c52-3.8
branch
bedevere-bot
removed
the
awaiting core review
label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment