]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Validate base frame before caching in remote debugging frame cache (#142852)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 17 Dec 2025 15:12:28 +0000 (15:12 +0000)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 15:12:28 +0000 (15:12 +0000)
commit568a819f677238095441d17b9d8ac6d3ea4e3314
tree83c2a231e015531481201f9ecb4058b77b9164be
parent2b466c47c333106dc9522ab77898e6972e25a2c6
gh-138122: Validate base frame before caching in remote debugging frame cache (#142852)
Lib/test/test_profiling/test_sampling_profiler/test_integration.py
Misc/NEWS.d/next/Library/2025-12-17-03-03-12.gh-issue-138122.m3EF9E.rst [new file with mode: 0644]
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/frame_cache.c
Modules/_remote_debugging/frames.c
Modules/_remote_debugging/threads.c