[Patches] [Patch #103373] zlib sync-flush fix

noreply@sourceforge.net noreply@sourceforge.net
Tue, 23 Jan 2001 15:07:08 -0800


Patch #103373 has been updated. 

Project: python
Category: Modules
Status: Open
Submitted by: abo
Assigned to : akuchling
Summary: zlib sync-flush fix

Follow-Ups:

Date: 2001-Jan-23 08:26
By: nobody

Comment:
Argh... my line by line fix list got munged. You'll have to apply imaginary
comments to delimit each fix. 

The bug this fixes is 124981 "zlib decompress of sync-flushed data fails"

A lot of the patch changes are simply whitespace changes to clean up the
formating. The patch can probably be edited to only include the changes to
the PyZlib_objdecompress routine to fix the most important bug, but this
would leave the code even more inconsistant than it is. Most of the rest of
the fixes are to make the other routines cleaner, though they do also fix
the minor bugs mentioned.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103373&group_id=5470