]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151292: Change `total_samples:u32` in the binary format to `total_samples...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Jul 2026 13:41:09 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 13:41:09 +0000 (14:41 +0100)
commit8ac2fcbee70a33b53fef88519714238f3b6782f7
treea424e74f31ada287c6e9a62c9432e76b100ce625
parentf237c8610f4e802f3f72a92d72ac2ddd8956de64
[3.15] gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64` (GH-153425) (#153436)

gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64` (GH-153425)
(cherry picked from commit 1d196507e6496aab072e741e03d3565142a681ae)

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-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