]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
authorMark Shannon <mark@hotpy.org>
Mon, 16 Jan 2023 12:35:21 +0000 (12:35 +0000)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 12:35:21 +0000 (12:35 +0000)
commit7b14c2ef194b6eed79670aa9d7e29ab8e2256a56
tree794188d49a9f359cfa7663c25be587634f070f22
parentb1a74a182d8762bda51838401ac92b6ebad9632a
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
17 files changed:
Doc/library/dis.rst
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-01-12-13-46-49.gh-issue-100982.mJ234s.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c
Tools/scripts/summarize_stats.py