]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151378: Fix unbounded memory growth when recording binary and the thread...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Jul 2026 19:34:15 +0000 (21:34 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 19:34:15 +0000 (19:34 +0000)
commit9f82c25eca14fe484fc9a2d8662f47174372d6f7
tree4452a6c54f93aa051006e564ea9d87a9ee55dbb5
parent960e152bf69d426f4e203cb251d4736f0e44993e
[3.15] gh-151378: Fix unbounded memory growth when recording binary and the thread is sleeping (GH-152089) (#153047)

gh-151378: Fix unbounded memory growth when recording binary and the thread is sleeping (GH-152089)
(cherry picked from commit 639a5525fb1b54973dcf55a636efc10be4042239)

Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
Misc/NEWS.d/next/Library/2026-06-24-16-40-15.gh-issue-151378.iYWa_6.rst [new file with mode: 0644]
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_writer.c
Modules/_remote_debugging/module.c