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 chuck
Recipients chuck
Date 2009-10-02.21:18:28
SpamBayes Score 1.3577333e-05
Marked as misclassified No
Message-id <1254518310.34.0.718990196712.issue7042@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_itimer_virtual (test.test_signal.ItimerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jan/src/python26/Lib/test/test_signal.py", line 368, in 
test_itimer_virtual
    self.assertEquals(signal.getitimer(self.itimer), (0.0, 0.0))
AssertionError: (0.17993600000000001, 0.20000000000000001) != (0.0, 0.0)

----------------------------------------------------------------------

Complete output attached.
History
Date User Action Args
2009-10-02 21:18:30chucksetrecipients: + chuck
2009-10-02 21:18:30chucksetmessageid: <1254518310.34.0.718990196712.issue7042@psf.upfronthosting.co.za>
2009-10-02 21:18:29chucklinkissue7042 messages
2009-10-02 21:18:29chuckcreate