]> granicus.if.org Git - python/commit
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 4 Nov 2012 23:55:06 +0000 (00:55 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 4 Nov 2012 23:55:06 +0000 (00:55 +0100)
commit6cad3712b316a9b3436e6ee455909f655404d236
tree3c2c9c9268e9d0b4d994d2ec9552adefffdaa72b
parent751a50fadc7be308c40f66a78ce4bdd66dce6aa4
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.

Patch by Serhiy Storchaka.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c