◐ Shell
clean mode source ↗

bpo-37830: Fix compilation of break and continue in finally. by serhiy-storchaka · Pull Request #15320 · python/cpython

Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.

pablogsal

ncoghlan

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Aug 24, 2019
…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 added a commit that referenced this pull request

Aug 24, 2019
…H-15320) (GH-15456)

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)

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…H-15320)

Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…H-15320)

Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…H-15320)

Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.