Files
cpython/Lib
Serhiy Storchaka ef61c524dd bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.
2019-08-24 13:11:52 +03:00
..
2019-06-04 19:44:34 +02:00
2019-05-23 08:45:22 -07:00