]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151424: Fix impossible stack traces in `RemoteUnwinder(..., cache_frames=True...
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Sat, 13 Jun 2026 23:10:56 +0000 (01:10 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 23:10:56 +0000 (00:10 +0100)
commit6ce088e20a13ac25320d94c5775bb1a4edc75ba4
tree0060fb20f93303465cecbfb7ccdae2f99a90691d
parent9ad6ba0324a71ae5b51ded6e59b1ea3b653814a5
gh-151424: Fix impossible stack traces in `RemoteUnwinder(..., cache_frames=True)` by copying chunks on cache miss (#151426)
Misc/NEWS.d/next/Library/2026-06-13-04-11-00.gh-issue-151426.f2V67e.rst [new file with mode: 0644]
Modules/_remote_debugging/frames.c