]> granicus.if.org Git - python/commit
Patch #103373 from Donovan Baarda: This patch:
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 21 Feb 2001 02:15:56 +0000 (02:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 21 Feb 2001 02:15:56 +0000 (02:15 +0000)
commit9aff4a2ad003dcc98c59fc2788e5f9146f8a53be
treec8eb4ee238f13fae11b18573e51b81708bb9c5e3
parentbc8f72ccccb1acd697d5cdb3ff0711bfa98af00d
Patch #103373 from Donovan Baarda: This patch:
  * fixes the zlib decompress sync flush bug as reported in bug #124981
  * 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 that decompression
    returns all available data
  * tidies code so object compress/decompress/flush routines are consistent
Modules/zlibmodule.c