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 benjamin.peterson, exarkun, gregory.p.smith, loewis, marcin.bachry, pitrou, python-dev, schmichael, spiv, tseaver, vstinner
Date 2011-05-03.13:29:30
SpamBayes Score 0.0002516896
Marked as misclassified No
Message-id <1304429371.15.0.366924973954.issue8407@psf.upfronthosting.co.za>
In-reply-to
Content
Since the commit c9207c6ce24a, test_signal fails on OpenIndiana:

http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/1179
======================================================================
ERROR: test_block_unlock (test.test_signal.PthreadSigmaskTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_signal.py", line 539, in test_block_unlock
    self.assertEqual(set(old_mask) ^ set(blocked), {signum})
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_signal.py", line 501, in handler
    1/0
ZeroDivisionError: division by zero
History
Date User Action Args
2011-05-03 13:29:31vstinnersetrecipients: + vstinner, loewis, gregory.p.smith, spiv, exarkun, tseaver, pitrou, benjamin.peterson, marcin.bachry, schmichael, python-dev
2011-05-03 13:29:31vstinnersetmessageid: <1304429371.15.0.366924973954.issue8407@psf.upfronthosting.co.za>
2011-05-03 13:29:30vstinnerlinkissue8407 messages
2011-05-03 13:29:30vstinnercreate