Jason Oster <[email protected]> added the comment:

And, here's a workaround:

fd = response.fileno()
data = response.read()
os.close(fd)

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1623>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to