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.
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request
…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
lisroach pushed a commit to lisroach/cpython that referenced this pull request
…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
…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
…H-15320) Fix compilation of "break" and "continue" in the "finally" block when the corresponding "try" block contains "return" with a non-constant value.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters