Serhiy Storchaka added the comment:

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:"?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to