]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 23 Mar 2023 22:25:09 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 22:25:09 +0000 (15:25 -0700)
commit0444ae24875489dc290d8efdb9ee6440ee60dac8
treeaaea58348a957d6612899965f7e78256ec1cdc64
parentbd063756b34003c1bc7cacf5b1bd90a409180fb6
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
18 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-03-17-12-09-45.gh-issue-100982.Pf_BI6.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/c-analyzer/cpython/ignored.tsv
Tools/scripts/summarize_stats.py