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 serhiy.storchaka
Recipients dabeaz, nadeem.vawda, pitrou, python-dev, serhiy.storchaka
Date 2012-08-05.13:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344173265.91.0.445935735726.issue15546@psf.upfronthosting.co.za>
In-reply-to
Content
I have a doubts. Is it not a dead cycle if the end of the compressed data will happen on the end of reading block? Maybe instead of "while self.extrasize <= 0:" worth to write "while self.extrasize <= 0 and self.fileobj is not None:"?
History
Date User Action Args
2012-08-05 13:27:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, nadeem.vawda, dabeaz, python-dev
2012-08-05 13:27:45serhiy.storchakasetmessageid: <1344173265.91.0.445935735726.issue15546@psf.upfronthosting.co.za>
2012-08-05 13:27:45serhiy.storchakalinkissue15546 messages
2012-08-05 13:27:45serhiy.storchakacreate