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 pitrou
Recipients michael.foord, neologix, pitrou, vstinner
Date 2011-07-23.20:54:54
SpamBayes Score 3.585072e-05
Marked as misclassified No
Message-id <1311454495.5.0.801093056111.issue12625@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on an OpenIndiana buildbot:

======================================================================
FAIL: testInstallHandler (unittest.test.test_break.TestBreak)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.2.cea-indiana-amd64/build/Lib/unittest/test/test_break.py", line 37, in testInstallHandler
    self.assertTrue(unittest.signals._interrupt_handler.called)
AssertionError: False is not true

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


Probably something to do with signals behaviour under that particular OS.
History
Date User Action Args
2011-07-23 20:54:55pitrousetrecipients: + pitrou, vstinner, michael.foord, neologix
2011-07-23 20:54:55pitrousetmessageid: <1311454495.5.0.801093056111.issue12625@psf.upfronthosting.co.za>
2011-07-23 20:54:54pitroulinkissue12625 messages
2011-07-23 20:54:54pitroucreate