]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 15 Mar 2020 19:32:17 +0000 (22:32 +0300)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 19:32:17 +0000 (19:32 +0000)
commit8689209e0338943dba9b7ff5566b8a420374764c
tree85b8eaa7a411ad1012628f17a56ae899c4ab19c5
parent61ac612e78e4f2625977406fb6f366e0a644673a
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Doc/whatsnew/3.9.rst
Include/Python-ast.h
Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c