]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 1 Apr 2020 23:47:39 +0000 (00:47 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 23:47:39 +0000 (00:47 +0100)
commit168660b547d5f683c5d3c60447cfa8c6d620efc3
treee57909715a435ccb1699af5670b3a3319636317e
parent65a796e5272f61b42792d3a8c69686558c1872c5
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Include/Python-ast.h
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2020-04-01-21-50-37.bpo-40141.8fCRVj.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c