• Jeremy Hylton's avatar
    patches from Andrew · a37e2445
    Jeremy Hylton yazdı
    NOTE: There is still a bug of some sort in the behavior of zlib.  In
    at least one case, inflate returns Z_OK (which is typically
    interpreted to mean that more output space is needed) when it has
    finished inflating a buffer.  This has been reported as a bug to the
    zlib maintainers; we may need to change the Python interface.
    a37e2445
zlibmodule.c 23.6 KB