]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146578: _zstd: Fix printf format for pledged size errors (#146576)
authorcui <cuiweixie@gmail.com>
Tue, 21 Apr 2026 19:49:44 +0000 (03:49 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2026 19:49:44 +0000 (12:49 -0700)
commit09233bd19879284395aff97d7357b693893e6dd7
tree82ccb768dff444d4a5e217aa6c791a501103da43
parent0b9146e90b4969af8cd6ed39c3d97bb71bfc6a7a
gh-146578: _zstd: Fix printf format for pledged size errors (#146576)

Use %llu instead of %ull for unsigned long long in zstd_contentsize_converter ValueError messages.
Modules/_zstd/compressor.c