R. David Murray added the comment:

It looks to be clearly the case that there needs to be some error handling code 
wrapped around the file write in _getlongresp.  Your patch doesn't do just 
that, however, so it seems like there may be other errors you are also worried 
about?  Can you explain their nature?  They should be dealt with separately 
from the "errors writing to file" issue, though, which is a special case.  And 
that case should be dealt with by draining the response before returning.

----------
nosy: +r.david.murray

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

Reply via email to