[issue23285] PEP 475 - EINTR handling

Charles-François Natali report at bugs.python.org
Wed Jan 28 10:26:11 CET 2015


Charles-François Natali added the comment:

> I added a few prints to the send and receive loops of _test_send.  When running on a reasonably current Debian testing Linux:

Thanks, that's what I was suspecting, but I really don't understand
why 200ms isn't enough for a socket write to actually do something:
maybe OS-X and *BSD schedulers are large timeslice...

Could you try by increasing signal_period to e.g. 0.5, and sleep_time to 1?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23285>
_______________________________________


More information about the Python-bugs-list mailing list