]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 9 May 2024 22:30:14 +0000 (15:30 -0700)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 22:30:14 +0000 (15:30 -0700)
commit68fbc00dc870f6a8dcbecd2ec19298e21015867f
tree64510f6aeda5d45d63c36142818b9d25f03750d5
parent98ff3f65c0232f31df89ebb52b244625ec9e3eb6
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/ast.rst
Doc/whatsnew/3.13.rst
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2024-05-09-08-46-12.gh-issue-118851.aPAoJw.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c