• Jeremy Hylton's avatar
    Several bug fixes. · 644c17d2
    Jeremy Hylton yazdı
     -- initialize length to DEFAULTALLOC and not 0
     -- resize string before returning (to remove '\000' padding)
    
    Also converted some compression routines to use PyString instead of
    buffer.
    644c17d2
zlibmodule.c 21 KB