]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jun 2023 23:13:51 +0000 (16:13 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 23:13:51 +0000 (23:13 +0000)
commitc0c41868587cea93f69e02311406555a99902183
tree4147f355891a0f9d539fa4f45821777515b35dec
parentabeb589290ef6458974d65a3f98e52d1f6bb9d49
[3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839)

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