[issue12625] sporadic test_unittest failure

STINNER Victor report at bugs.python.org
Mon Jul 25 12:02:45 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> getpid() is called after each kill(getpid(), <signum>),
> to "force" the signal delivery

Please write a function (in test.support?) with a comment explaining why you are doing that.

You may also only do this workaround on specific platforms. For example, only on FreeBSD and OpenIndiana (the test would be in the function).

----------

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


More information about the Python-bugs-list mailing list