]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Apr 2026 20:31:46 +0000 (22:31 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2026 20:31:46 +0000 (13:31 -0700)
commit5aa8234cce8b6746006b7d38f10763abf1393574
treeb11f496f9e5d200e445566203b24b1461964a237
parent27522b7d6e6588f03e61099dd858cd5a9314e2f2
[3.14] gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576) (#148855)

gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576)

Use %llu instead of %ull for unsigned long long in zstd_contentsize_converter ValueError messages.
(cherry picked from commit 09233bd19879284395aff97d7357b693893e6dd7)

Co-authored-by: cui <cuiweixie@gmail.com>
Modules/_zstd/compressor.c