◐ Shell
reader mode source ↗
Skip to content

[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)#15456

Merged
serhiy-storchaka merged 1 commit into
python:3.8from
serhiy-storchaka:backport-ef61c52-3.8
Aug 24, 2019
Merged

[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)#15456
serhiy-storchaka merged 1 commit into
python:3.8from
serhiy-storchaka:backport-ef61c52-3.8

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Aug 24, 2019

Copy link
Copy Markdown
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)

https://bugs.python.org/issue37830

…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 serhiy-storchaka requested a review from a team as a code owner August 24, 2019 10:16
@bedevere-bot bedevere-bot added type-bug An unexpected behavior, bug, or error labels Aug 24, 2019
@serhiy-storchaka serhiy-storchaka merged commit ed146b5 into python:3.8 Aug 24, 2019
@serhiy-storchaka serhiy-storchaka deleted the backport-ef61c52-3.8 branch August 24, 2019 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants