]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137291: Support perf profiler with an evaluation hook (#137292)
authorDino Viehland <dinoviehland@meta.com>
Thu, 7 Aug 2025 21:54:12 +0000 (14:54 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Aug 2025 21:54:12 +0000 (14:54 -0700)
commit375f484f976a1ed84c145a6ce4e467cd5b57db75
tree7c970ab101aec22c00f57bc5bb147e842f93e2f7
parente3ad9003c5af314ae82d4e9f40d9c0375a34149f
gh-137291: Support perf profiler with an evaluation hook (#137292)

Support perf profiler with an evaluation hook
Include/internal/pycore_interp_structs.h
Lib/test/test_perf_profiler.py
Misc/NEWS.d/next/Core_and_Builtins/2025-07-31-23-02-02.gh-issue-137291.kIxVZd.rst [new file with mode: 0644]
Python/perf_trampoline.c