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 skrah
Recipients skrah
Date 2011-10-01.09:48:22
SpamBayes Score 6.9688744e-05
Marked as misclassified No
Message-id <1317462503.63.0.0518543153457.issue13084@psf.upfronthosting.co.za>
In-reply-to
Content
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/test_signal.py", line 263, in check_wakeup
    assert_python_ok('-c', code)
  File "/home/stefan/cpython/Lib/test/script_helper.py", line 50, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/home/stefan/cpython/Lib/test/script_helper.py", line 42, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 1, stderr follows:
Traceback (most recent call last):
  File "<string>", line 41, in <module>
  File "<string>", line 16, in check_signum
Exception: (10, 12) != (12, 10)

1 test failed:
    test_signal
[103837 refs]
History
Date User Action Args
2011-10-01 09:48:23skrahsetrecipients: + skrah
2011-10-01 09:48:23skrahsetmessageid: <1317462503.63.0.0518543153457.issue13084@psf.upfronthosting.co.za>
2011-10-01 09:48:23skrahlinkissue13084 messages
2011-10-01 09:48:22skrahcreate