This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abo
Recipients
Date 2001-01-23.16:15:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch fixes the zlib decompress sync flush bug as reported in bug tracking.
It also fixes the following minor bugs;
  avoids repeat calls to (in|de)flateEnd when destroying (de)compression objects
  raises exception when allocating unused_data fails
  fixes memory leak when allocating unused_data fails
  raises exception when allocating decompress data fails
  removes vestigial code from decompress flush now decompression returns all available data.  
  tidies code so object compress/decompress/flush routines are consistant
History
Date User Action Args
2007-08-23 15:03:25adminlinkissue403373 messages
2007-08-23 15:03:25admincreate