Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if
the input buffer length doesn't fit into an unsigned int (length bigger than 2^32-1 bytes).
Showing
Please register or sign in to comment
the input buffer length doesn't fit into an unsigned int (length bigger than 2^32-1 bytes).