]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 May 2024 22:52:42 +0000 (00:52 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 22:52:42 +0000 (22:52 +0000)
commit00ec116883f71d51b4f27fe7f6ea98cf1f176e6e
tree66c3c6f2b583c894fc6e32499ac5dbe684cd252e
parent982c73a33edf6c1348812c1794a95c20c0c2d906
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854) (#118871)

(cherry picked from commit 68fbc00dc870f6a8dcbecd2ec19298e21015867f)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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