]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
authorMark Shannon <mark@hotpy.org>
Thu, 19 Dec 2024 16:59:51 +0000 (16:59 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 16:59:51 +0000 (16:59 +0000)
commitd2f1d917e8b3d2dd8f35495c7632a32688883332
tree334558f483e0f41d80924973d16b68354bf95b82
parent7b811d0562a0bf7433165785f1549ac199610f8b
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
29 files changed:
Doc/c-api/monitoring.rst
Doc/library/sys.monitoring.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.14.rst
Include/cpython/code.h
Include/cpython/monitoring.h
Include/internal/pycore_code.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_opcode_utils.h
Include/internal/pycore_uop_ids.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Library/2024-12-13-14-21-04.gh-issue-122548.hq3Vud.rst [new file with mode: 0644]
Modules/_testcapi/monitoring.c
Objects/codeobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/codegen.c
Python/executor_cases.c.h
Python/flowgraph.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_targets.h
Python/optimizer_cases.c.h
Tools/c-analyzer/cpython/globals-to-fix.tsv