]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2026 11:59:10 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 11:59:10 +0000 (11:59 +0000)
commit034c536d56aa89350dcdd29bf14bc54042abca04
tree828bc75cfb03f467153cb67afaa112c3f7e6f9c6
parent7f29fa5032cc5a9d02cccbb39a3f7cd116e0f145
[3.15] gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (GH-149649) (#150152)
12 files changed:
Lib/profiling/sampling/sample.py
Lib/test/test_external_inspection.py
Misc/NEWS.d/next/Library/2026-05-10-19-26-50.gh-issue-149584.x7Qm9A.rst [new file with mode: 0644]
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/clinic/module.c.h
Modules/_remote_debugging/code_objects.c
Modules/_remote_debugging/frame_cache.c
Modules/_remote_debugging/frames.c
Modules/_remote_debugging/module.c
Modules/_remote_debugging/threads.c
Python/remote_debug.h
Tools/inspection/benchmark_external_inspection.py