]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 10 May 2025 16:17:38 +0000 (09:17 -0700)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 16:17:38 +0000 (09:17 -0700)
commit7dddb4e667b5eb76cbe11755051ec139b0f437a9
treed8ec5065fd20f56f8844ba1a8ade9a1bb2b53eeb
parent47f1722d8053fb4f79e68cba07cbf08fb58a511c
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Library/2025-05-09-19-05-24.gh-issue-133783.1voCnR.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c