mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
5aa8234cce
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 <cuiweixie@gmail.com>