]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 11 Dec 2025 20:46:34 +0000 (20:46 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 20:46:34 +0000 (20:46 +0000)
commit6a0135a392992a38dc5199045748bc10a4e451e8
tree920c98756b9b7401119581e52dcf6f039a19534c
parente38967ed60778146050cc88dd16b70bfd867fde7
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
19 files changed:
Doc/library/profiling.sampling.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_debug_offsets.h
Lib/profiling/sampling/_flamegraph_assets/flamegraph.js
Lib/profiling/sampling/_flamegraph_assets/flamegraph_template.html
Lib/profiling/sampling/cli.py
Lib/profiling/sampling/collector.py
Lib/profiling/sampling/constants.py
Lib/profiling/sampling/gecko_collector.py
Lib/profiling/sampling/live_collector/collector.py
Lib/profiling/sampling/live_collector/widgets.py
Lib/profiling/sampling/sample.py
Lib/profiling/sampling/stack_collector.py
Lib/test/test_external_inspection.py
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
Misc/NEWS.d/next/Library/2025-12-11-04-18-49.gh-issue-138122.m3EF9E.rst [new file with mode: 0644]
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/module.c
Modules/_remote_debugging/threads.c