cpython/Modules/_zstd
Miss Islington (bot) 5aa8234cce
[3.14] gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576) (#148855)
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>
2026-04-21 13:31:46 -07:00
..
clinic [3.14] gh-132983: Fix docstrings in `ZstdDict` (GH-137321) (#137343) 2025-08-03 22:37:49 +03:00
_zstdmodule.c [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003) 2025-07-23 23:48:11 +03:00
_zstdmodule.h [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003) 2025-07-23 23:48:11 +03:00
buffer.h [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003) 2025-07-23 23:48:11 +03:00
compressor.c [3.14] gh-146578: _zstd: Fix printf format for pledged size errors (GH-146576) (#148855) 2026-04-21 13:31:46 -07:00
decompressor.c [3.14] gh-148651: Fix refcount leak in _zstd decompressor options (GH-148657) (#148691) 2026-04-17 16:07:54 +00:00
zstddict.c [3.14] gh-132983: Fix docstrings in `ZstdDict` (GH-137321) (#137343) 2025-08-03 22:37:49 +03:00
zstddict.h [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003) 2025-07-23 23:48:11 +03:00