STINNER Victor added the comment:

I used a short sleep of 100 ms to test if the pipe is enough to synchronize the 
parent and the child, but this delay is too short to test that sigwaitinfo() is 
interrupted by EINTR.

"self.sleep_time = 0.100" must be removed to use the default sleep time 
(currently 200 ms, signal_period *  2).

By the way, we should maybe use sleep_time = signal_period * 3 to test more 
signals?

----------

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

Reply via email to