]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 15 Jun 2023 22:45:13 +0000 (15:45 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 22:45:13 +0000 (15:45 -0700)
commita4056c8f9c2d9970d39e3cb6bffb255cd4b8a42c
treeefd886491257b999b29b0057e7153640b9d59aac
parent3af2dc7588614c65e9d1178ad9b4a11a19c14dde
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2023-06-09-11-19-51.gh-issue-105588.Y5ovpY.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c