[issue23648] PEP 475 meta issue

STINNER Victor report at bugs.python.org
Fri Mar 20 00:33:43 CET 2015


STINNER Victor added the comment:

unittest_setitimer.patch: hack unittest.TestCase.run() to inject signals every 1 ms, send the first signal in 100 ms. It should help to detect functions which doesn't retry on EINTR.

----------
keywords: +patch
Added file: http://bugs.python.org/file38572/unittest_setitimer.patch

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


More information about the Python-bugs-list mailing list