]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 3 Apr 2020 20:02:26 +0000 (21:02 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 20:02:26 +0000 (21:02 +0100)
commit40cf35c5b070b3f33aae58a996fea0e8291a8616
tree918e88bd808ffeae9c43166276358c7075f68e55
parent254ec783411d9d16e51f1116f98918be2ef0e884
bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348)
Lib/test/test_ast.py
Python/ast.c