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 vstinner
Recipients pitrou, vstinner
Date 2011-05-12.23:02:46
SpamBayes Score 0.0030963393
Marked as misclassified No
Message-id <1305241367.49.0.983669109712.issue12069@psf.upfronthosting.co.za>
In-reply-to
Content
test_signal fails sometimes on the "AMD64 OpenIndiana 3.x" buildbot:

Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_signal.py", line 358, in test_without_siginterrupt
    self.assertTrue(i)
AssertionError: False is not true

http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%203.x/builds/1188/steps/test/logs/stdio

This failure may be related to my recent work on signals, see #8407.
History
Date User Action Args
2011-05-12 23:02:47vstinnersetrecipients: + vstinner, pitrou
2011-05-12 23:02:47vstinnersetmessageid: <1305241367.49.0.983669109712.issue12069@psf.upfronthosting.co.za>
2011-05-12 23:02:46vstinnerlinkissue12069 messages
2011-05-12 23:02:46vstinnercreate