]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 16 Feb 2022 16:48:16 +0000 (08:48 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 16:48:16 +0000 (08:48 -0800)
commita9da085015db8cbb81f660158864ac94fe6c67a2
treec24578d6baf4b19b1e57598c32797ec9b17aaf99
parente8a19b092fc0551581e10d6f310dd5feabac7609
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-02-09-16-36-11.bpo-46702.LcaEuC.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c