]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64...
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Thu, 9 Jul 2026 13:59:28 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2026 13:59:28 +0000 (13:59 +0000)
commit1d196507e6496aab072e741e03d3565142a681ae
tree37bd25c5e8b0f3df62deda02526fa9fc8fb5e0c9
parent37a26b9b94b147b5d683bfce0ef5a4c2fbc21085
gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64` (#153425)
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
Misc/NEWS.d/next/Library/2026-07-09-15-18-23.gh-issue-151292.f4NQSW.rst [new file with mode: 0644]
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_reader.c
Modules/_remote_debugging/binary_io_writer.c
Modules/_remote_debugging/module.c