STINNER Victor added the comment:

Hum, connect() does not always block with test_connect_eintr.py, and this 
program sometimes fail with ConnectionResetError on connect() on FreeBSD.

New program which works on Linux and FreeBSD. It now ensures that connect() 
will block.

----------
Added file: http://bugs.python.org/file38805/test_connect_eintr2.py

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

Reply via email to