mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04: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 09233bd198)
Co-authored-by: cui <[email protected]>