mirror of
https://github.com/python/cpython.git
synced 2026-07-04 00:35:50 -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>