]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121141: add support for `copy.replace` to AST nodes (#121162)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 4 Jul 2024 03:10:54 +0000 (05:10 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 03:10:54 +0000 (20:10 -0700)
commit9728ead36181fb3f0a4b2e8a7291a3e0a702b952
tree56e978a17f917333f86a869d7f9f5e951ca1b97a
parent94f50f8ee6872007d46c385f7af253497273255a
gh-121141: add support for `copy.replace` to AST nodes (#121162)
Doc/whatsnew/3.14.rst
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2024-06-29-15-21-12.gh-issue-121141.4evD6q.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c