]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
authorBrandt Bucher <brandt@python.org>
Tue, 1 Feb 2022 21:41:32 +0000 (13:41 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 21:41:32 +0000 (13:41 -0800)
commita0e55a571cf01885fd5826266c37abaee307c309
tree9a2f3dd9874c7036af445dbf0068e9824f0265b9
parentbebaa95fd0f44babf8b6bcffd8f2908c73ca259e
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
Lib/test/test_peepholer.py
Python/compile.c