commit | 02d126aa09d96d03dcf9c5b51c858ce5ef386601 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Fri Sep 25 14:04:19 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 25 14:04:19 2020 +0100 |
tree | 85817061b2ed79451edc432495040fc279067e7d | |
parent | 05cc881cbcf5d73a312568c78c7149eae3195072 [diff] |
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) * Account for control blocks in 'except' in compiler. Fixes #39934.