]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
authorMark Shannon <mark@hotpy.org>
Mon, 27 Jun 2022 11:24:23 +0000 (12:24 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jun 2022 11:24:23 +0000 (12:24 +0100)
commitc0453a40faaadb43d2e69767af6c9680f8689063
treed8ab19e5244e552e5d1b371651593be9be5142e4
parent33fc3b5e42f241ab81cc6d115711545b4f9e271e
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
14 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/internal/pycore_sliceobject.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-06-23-12-10-39.gh-issue-94163.SqAfQq.rst [new file with mode: 0644]
Objects/sliceobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c
Tools/scripts/summarize_stats.py