STINNER Victor <vstin...@redhat.com> added the comment:

> It seems like test_urllib2net.test_ftp_no_timeout() has no timeout: it should 
> use a timeout to not block the whole test suite if the FTP server is down.

Well. I didn't read the name of the test... I'm not sure that it makes any 
sense to add a timeout to test called "no_timeout"...

On Linux, there is TCP_USER_TIMEOUT socket option. Maybe we could use that?

Or maybe I will just close the issue since it's likely that it's not going to 
come back soon...

----------

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

Reply via email to