]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Mon, 16 Mar 2020 08:12:53 +0000 (11:12 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 08:12:53 +0000 (10:12 +0200)
commit4ab362cec6dc68c798b3e354f687cf39e207b9a9
treefd3e04e72101bda5ade2fc0ee4437974a53daa9b
parent5b66ec166b81c8a77286da2c0d17be3579c3069a
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Doc/whatsnew/3.9.rst
Lib/test/test_asdl_parser.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-02-15-20-38-11.bpo-39638.wm_RS3.rst [new file with mode: 0644]
Parser/asdl.py
Parser/asdl_c.py
Python/Python-ast.c