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 gz
Recipients gz, nadeem.vawda
Date 2012-12-31.17:03:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356973405.95.0.0458549249179.issue16828@psf.upfronthosting.co.za>
In-reply-to
Content
On trunk, both the compressor and the standalone function (which uses the compressor) are affected. The easiest fix is rearranging the logic in function shared between BZ2Compressor.compress and BZ2Compressor.flush so the exit on no remaining input for the former case happens before the library call.
History
Date User Action Args
2012-12-31 17:03:26gzsetrecipients: + gz, nadeem.vawda
2012-12-31 17:03:25gzsetmessageid: <1356973405.95.0.0458549249179.issue16828@psf.upfronthosting.co.za>
2012-12-31 17:03:25gzlinkissue16828 messages
2012-12-31 17:03:25gzcreate