]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify `max_length` in zstd & zlib decompressor documentation (#143805)
authorSam Bull <git@sambull.org>
Fri, 1 May 2026 19:32:50 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 19:32:50 +0000 (12:32 -0700)
commit6040d65843198ded82c479eff790d66910cd8435
tree42fbe1a6bc394f0008df95e1f26abf9c69ba7f58
parent4e3811f05300eb436be3d670c9c62631e85844ea
Clarify `max_length` in zstd & zlib decompressor documentation (#143805)

Also provide examples of how to decompress data using max_length for zstd and zlib.

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Doc/library/compression.zstd.rst
Doc/library/zlib.rst