]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105838)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jun 2023 23:12:01 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 23:12:01 +0000 (23:12 +0000)
commit0add51672d8c8db4b18838dd592991a6cd9b55ca
tree2bbe6348d66a63de5adcf8f25067e1162f728155
parente9cf5a324e10b693d464692ab19422c40d5e179f
[3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105838)

GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
(cherry picked from commit a4056c8f9c2d9970d39e3cb6bffb255cd4b8a42c)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
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