]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH...
authorMark Shannon <mark@hotpy.org>
Tue, 5 Oct 2021 10:01:11 +0000 (11:01 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 10:01:11 +0000 (11:01 +0100)
commitbd627eb7ed08a891dd1356756feb1ce2600358e4
treefa2bb6db2fbdca1d08cd685d537c2db5d95e6192
parentef6196028f966f22d82930b66e1371e75c5df2f7
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
Include/opcode.h
Misc/NEWS.d/next/Core and Builtins/2021-10-04-16-11-50.bpo-43760.R9QoUv.rst [new file with mode: 0644]
Python/ceval.c
Python/makeopcodetargets.py
Python/opcode_targets.h
Python/sysmodule.c
Tools/scripts/generate_opcode_h.py