]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 28 Feb 2022 11:54:14 +0000 (03:54 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 11:54:14 +0000 (11:54 +0000)
commit424ecab494d538650ba34937cdd710094ccb2275
treefe50c89dca09df2c3f2ff49cc937af75a9450c75
parentc32aef48533769161e1247927a5b418322e0860c
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Include/internal/pycore_code.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-02-25-15-18-40.bpo-46841.tmLpgC.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c