]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 24 Apr 2023 18:30:49 +0000 (12:30 -0600)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 18:30:49 +0000 (19:30 +0100)
commit6751a4af9512d4a6d65b5eedd60ff9923c519ad2
tree849d50f919277a39981b83c416b21eafef246698
parentcb157a1a353675cb6f08bdae5d7aadd6b28bb0a9
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)

gh-87092: fix a few cases of incorrect error handling
Python/compile.c