STINNER Victor added the comment:

test_setitimer.patch: hack unittest.TestCase.run() to inject signals every 1 
ms, send the first signal in 100 ms.

This patch helped me to find that socket.connect() doesn't handle EINTR yet: 
see issue #23618 "PEP 475: handle EINTR in the socket module".

----------
Added file: http://bugs.python.org/file38403/setitimer.patch

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

Reply via email to