]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130080: do not fold match case constants in unoptimized AST (#131577)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 23 Mar 2025 13:50:14 +0000 (13:50 +0000)
committerGitHub <noreply@github.com>
Sun, 23 Mar 2025 13:50:14 +0000 (13:50 +0000)
commit64906bb22373dc58b88863424ceef07193b776b0
tree87ada7362222b862e214284720aa9d53285a7060
parentfd459b115330b089da26a0555f45afced597942a
gh-130080: do not fold match case constants in unoptimized AST (#131577)
Lib/test/test_ast/test_ast.py
Python/ast_opt.c