[issue13084] test_signal failure

2011-10-02 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13084] test_signal failure

2011-10-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4f4272479d0 by Charles-François Natali in branch 'default': Issue #13084: Fix a test_signal failure: the delivery order is only defined for http://hg.python.org/cpython/rev/e4f4272479d0 -- nosy: +python-dev ___

[issue13084] test_signal failure

2011-10-02 Thread Stefan Krah
Stefan Krah added the comment: Patch looks good to me (and it fixes the problem). -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue13084] test_signal failure

2011-10-01 Thread Charles-François Natali
Changes by Charles-François Natali : -- keywords: +patch Added file: http://bugs.python.org/file23284/check_signum_order.diff ___ Python tracker ___ _

[issue13084] test_signal failure

2011-10-01 Thread STINNER Victor
STINNER Victor added the comment: WakeupSignalTests.test_pending() doesn't really check our signal handler but more the operating system, especially pthread_sigmask(SIG_UNBLOCK). I don't think that Python should test the signal order delivered by the operating systems when SIG_UNBLOCK. Anyon

[issue13084] test_signal failure

2011-10-01 Thread Charles-François Natali
Charles-François Natali added the comment: See http://bugs.python.org/issue12469, specifically http://bugs.python.org/issue12469#msg139831 """ > > When signals are unblocked, pending signal ared delivered in the reverse > > order > > of their number (also on Linux, not only on FreeBSD 6). >

[issue13084] test_signal failure

2011-10-01 Thread Stefan Krah
Changes by Stefan Krah : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13084] test_signal failure

2011-10-01 Thread Stefan Krah
New submission from Stefan Krah : Got this failure on Debian lenny amd64: [1/1] test_signal test test_signal failed -- Traceback (most recent call last): File "/home/stefan/cpython/Lib/test/test_signal.py", line 339, in test_pending """, *signals) File "/home/stefan/cpython/Lib/test/tes