STINNER Victor added the comment:

inject_signals.patch: Quick-and-dirty patch to send signals (SIGALRM) every 
milliseconds when running unit tests.

On Linux, results are very good. Only multiprocessing fails because of the 
issue #23618 (socket connect) which has a pending patch. I hope that we will 
quickly reach a point where the full test suite completes without failure while 
sending millions of signals to it!

----------
Added file: http://bugs.python.org/file38744/inject_signals.patch

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

Reply via email to