]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
authorMark Shannon <mark@hotpy.org>
Fri, 25 Sep 2020 13:04:19 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 13:04:19 +0000 (14:04 +0100)
commit02d126aa09d96d03dcf9c5b51c858ce5ef386601
tree85817061b2ed79451edc432495040fc279067e7d
parent05cc881cbcf5d73a312568c78c7149eae3195072
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)

* Account for control blocks in 'except' in compiler. Fixes #39934.
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2020-09-24-12-15-45.bpo-39934.YVHTCF.rst [new file with mode: 0644]
Python/compile.c