]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 May 2022 23:26:16 +0000 (16:26 -0700)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 23:26:16 +0000 (16:26 -0700)
commitb425d887aa51c8e7900b08cb8df457f450f6fbfd
treea18fa96d7d6a1659f5cbf30e699fc5298acfee0d
parent29bfabe9709d4439cacb0806ba0e9f1dfd688157
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)

(cherry picked from commit 705eaec28f7bee530b1c1635ba385a49a1feaf32)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2022-05-30-19-00-38.gh-issue-93359.zXV3A0.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c