]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151378: Fix unbounded memory growth when recording binary and the thread is sleepi...
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Sat, 4 Jul 2026 19:03:01 +0000 (21:03 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 19:03:01 +0000 (20:03 +0100)
commit639a5525fb1b54973dcf55a636efc10be4042239
treeddd364b48d1613cd82bae374b182f86ba73ac5d2
parentbcf98ddbc40ec9b3ee87da0124a5660b19b7e606
gh-151378: Fix unbounded memory growth when recording binary and the thread is sleeping (#152089)
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