]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Avoid creating unnecessary tuple when looking for constant sequence during...
authorYan Yanchii <yyanchiy@gmail.com>
Wed, 12 Mar 2025 21:45:54 +0000 (22:45 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 21:45:54 +0000 (21:45 +0000)
commit3618240624d98de2a68a79dc174d49efb96cc2e6
treec4a2f6cb72985a0885d8ed99ec2342fd3c6d98a4
parentb52866953a64c5e0fe57784fbcfc6bec87861563
gh-126835: Avoid creating unnecessary tuple when looking for constant sequence during constant folding (#131054)
Include/internal/pycore_compile.h
Python/codegen.c
Python/flowgraph.c