]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104482: Fix error handling bugs in ast.c (#104483)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 15 May 2023 20:53:55 +0000 (21:53 +0100)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 20:53:55 +0000 (21:53 +0100)
commit8a3702f0c79e5a99fcef61e35724f4b9ea3453b8
tree4f20790762402485cb474ba3590fd1c3ae4884fc
parent26baa747c2ebc2beeff769bb07b5fb5a51ad5f4b
gh-104482: Fix error handling bugs in ast.c (#104483)
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2023-05-14-18-56-54.gh-issue-104482.yaQsv8.rst [new file with mode: 0644]
Python/ast.c
Python/compile.c