cpython/Modules/_zstd
cui 09233bd198
gh-146578: _zstd: Fix printf format for pledged size errors (#146576)
Use %llu instead of %ull for unsigned long long in zstd_contentsize_converter ValueError messages.
2026-04-21 12:49:44 -07:00
..
clinic
_zstdmodule.c gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770) 2026-03-24 17:47:55 +00:00
_zstdmodule.h
buffer.h gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976) 2025-10-14 10:03:55 -07:00
compressor.c gh-146578: _zstd: Fix printf format for pledged size errors (#146576) 2026-04-21 12:49:44 -07:00
decompressor.c gh-148651: Fix refcount leak in _zstd decompressor options (#148657) 2026-04-17 08:42:41 -07:00
zstddict.c
zstddict.h