mirror of
https://github.com/python/cpython.git
synced 2026-08-01 09:31:29 +08:00
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>