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 watusimoto
Recipients Decorater, X-Istence, berker.peksag, ned.deily, rr-, srittau, vstinner, watusimoto
Date 2018-06-09.20:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528575917.62.0.592728768989.issue27777@psf.upfronthosting.co.za>
In-reply-to
Content
I've been experiencing the same issue, which is triggered in the exception handling of web.py.

Bert's proposed fix, adding the zero byte check (if self._binary_file or self.length >= 0:) addresses the issue I'm seeing (tested on 3.5, it's what's available where I can reproduce the error).

This issue seems to be languishing.  Is there any way we could push this forward, even if it doesn't address every problem with the lib?
History
Date User Action Args
2018-06-09 20:25:17watusimotosetrecipients: + watusimoto, srittau, vstinner, ned.deily, X-Istence, berker.peksag, Decorater, rr-
2018-06-09 20:25:17watusimotosetmessageid: <1528575917.62.0.592728768989.issue27777@psf.upfronthosting.co.za>
2018-06-09 20:25:17watusimotolinkissue27777 messages
2018-06-09 20:25:17watusimotocreate