diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-08-24 10:41:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 10:41:53 (GMT) |
commit | ed146b52a3b6537689324e3bd9952055f9c6b43d (patch) | |
tree | 7774469736dadc9848896f83b3669ad831ec8a32 /Python/errors.c | |
parent | 920ec4b7763d64b3742d7ddd339ad11cdbec62e9 (diff) | |
download | cpython-ed146b52a3b6537689324e3bd9952055f9c6b43d.zip cpython-ed146b52a3b6537689324e3bd9952055f9c6b43d.tar.gz cpython-ed146b52a3b6537689324e3bd9952055f9c6b43d.tar.bz2 |
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-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 ef61c524ddeeb56da3858b86e349e7288d68178e)
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions