]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111485: Increment `next_instr` consistently at the start of the instruction. ...
authorMark Shannon <mark@hotpy.org>
Tue, 31 Oct 2023 10:09:54 +0000 (10:09 +0000)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 10:09:54 +0000 (10:09 +0000)
commitd27acd4461ee603bcf6f4a81ca6afccc9fc87331
treeb989f6c029b1350612cc9df07d0d027df2a745d8
parente3353c498d79f0f3f108a9baf8807a12e77c2ebe
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_generated_cases.py
Lib/test/test_monitoring.py
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/analysis.py
Tools/cases_generator/instructions.py
Tools/cases_generator/stacking.py