]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105229: Replace some superinstructions with single instruction equivalent. (GH...
authorMark Shannon <mark@hotpy.org>
Mon, 5 Jun 2023 10:07:04 +0000 (11:07 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 10:07:04 +0000 (11:07 +0100)
commit06893403668961fdbd5d9ece18162eb3470fc8dd
treeb7aeda20407a014944b7044b81e451a50e9f6924
parente8ecb9ee6bec03d0c4490f3e7f1524e56e2f6a0f
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
17 files changed:
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_utils.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_monitoring.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2023-06-02-01-27-35.gh-issue-105229.U05x4G.rst [new file with mode: 0644]
Python/bytecodes.c
Python/flowgraph.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c