]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 31 May 2022 23:00:47 +0000 (00:00 +0100)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 23:00:47 +0000 (00:00 +0100)
commit705eaec28f7bee530b1c1635ba385a49a1feaf32
treedd0697dbd8acd604e89cb20e9890850b9e8fe2cd
parentfc694364cc6745eefba0afc3ea2c5283bbb64a3b
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
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