Charles-François Natali <neolo...@free.fr> added the comment:

> When signals are unblocked, pending signal ared delivered in the reverse order
> of their number (also on Linux, not only on FreeBSD 6).

I don't like this.
POSIX doesn't make any guarantee about signal delivery order, except
for real-time signals.
It might work on FreeBSD and Linux, but that's definitely not
documented, and might break with new kernel releases, or other
kernels.

----------

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

Reply via email to