]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is consistent...
authorMark Shannon <mark@hotpy.org>
Fri, 26 Jul 2024 13:35:57 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 13:35:57 +0000 (14:35 +0100)
commit95a73917cd5a204979a78c13ba912621f1eeb2e3
treea2e37935e85955c44c096eacc9e55aed2eb7a36b
parentafb0aa6ed20bd8e982ecb307f12923cf8dbccd8c
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is consistent with CALL (GH-122177)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_monitoring.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h