]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Don't sample partial frame chains (#141912)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 7 Dec 2025 15:53:48 +0000 (15:53 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Dec 2025 15:53:48 +0000 (15:53 +0000)
commitd6d850df89c97fbced893b7914682efedfa6ebc4
tree6e7aa259604ceb68e82f71007c124063cbcd75b0
parentc5b37228af6738d3688798d7b48a9f94b21ab028
gh-138122: Don't sample partial frame chains (#141912)
13 files changed:
Include/cpython/pystate.h
Include/internal/pycore_debug_offsets.h
Include/internal/pycore_tstate.h
InternalDocs/frames.md
Lib/test/test_external_inspection.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-24-16-07-57.gh-issue-138122.m3EF9E.rst [new file with mode: 0644]
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/frames.c
Modules/_remote_debugging/threads.c
Python/ceval.c
Python/pylifecycle.c
Python/pystate.c
Python/traceback.c