]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93351: Ensure the position information in AST nodes created by the parser is alway...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 30 May 2022 18:30:15 +0000 (14:30 -0400)
committerGitHub <noreply@github.com>
Mon, 30 May 2022 18:30:15 +0000 (19:30 +0100)
commit5893b5db98b38b17750c0572c7209774a5034898
tree0795c435c2939c765a39ed84dd7c21231c487cb8
parent8136606769661c103c46d142e52ecbbbb88803f6
gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
Lib/test/test_ast.py
Python/ast.c