…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>
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