]> 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:37:42 +0000 (00:37 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 4 Nov 2012 23:37:42 +0000 (00:37 +0100)
commit39079946a257522ecb66cb068c872f5d1fe70ea3
tree4c5fe8fa06bde62f9d7cfff518d8c8b23040ac38
parent6c5f5210be9f68252b72d7b5e8dc2bde20d90c9d
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