STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to