This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients loewis, neologix, python-dev, vstinner
Date 2011-07-05.06:59:52
SpamBayes Score 0.008366172
Marked as misclassified No
Message-id <CAH_1eM1Qa5nhxVa8fdnTvHB8eRyuD5xetWum_swpTs26Xx+i-w@mail.gmail.com>
In-reply-to <E1Qdsew-00043F-Sm@dinsdale.python.org>
Content
> 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.
History
Date User Action Args
2011-07-05 06:59:53neologixsetrecipients: + neologix, loewis, vstinner, python-dev
2011-07-05 06:59:52neologixlinkissue12469 messages
2011-07-05 06:59:52neologixcreate