]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed the flush() method of compression objects; the test for
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Mar 1999 19:25:30 +0000 (19:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Mar 1999 19:25:30 +0000 (19:25 +0000)
commit173156fa322c81bf1b57c6e73b9975357e82adbb
treefcfec6d1f7fb78910b395fce4cd46658a2751297
parentdca7e00fd59209bfd823b4111ab73df1ee28aa6d
Fixed the flush() method of compression objects; the test for
    the end of loop was incorrect, and failed when the flushmode != Z_FINISH.
    Logic cleaned up and commented.
Modules/zlibmodule.c