[issue23648] PEP 475 meta issue

STINNER Victor report at bugs.python.org
Mon Mar 30 22:36:51 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23648>
_______________________________________


More information about the Python-bugs-list mailing list