diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-05 01:32:06 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-05 01:32:06 +0200 |
commit | 5dd470ef1deacf5bf9ed531c28f60082a94f6bb5 (patch) | |
tree | 66b985dace5508b98a03b3a53896d12497c2647e /Python/_warnings.c | |
parent | 68757ac8840dbe996735e51047d6b45c77456501 (diff) | |
download | cpython-git-5dd470ef1deacf5bf9ed531c28f60082a94f6bb5.tar.gz |
Issue #12469: fix signal order check of test_signal
When signals are unblocked, pending signal ared delivered in the reverse order
of their number (also on Linux, not only on FreeBSD 6).
Don't sort signals by their number if signals were not blocked (test_signum).
Diffstat (limited to 'Python/_warnings.c')
0 files changed, 0 insertions, 0 deletions