Message135038
| 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:31 | vstinner | set | recipients: + vstinner, loewis, gregory.p.smith, spiv, exarkun, tseaver, pitrou, benjamin.peterson, marcin.bachry, schmichael, python-dev |
| 2011-05-03 13:29:31 | vstinner | set | messageid: <1304429371.15.0.366924973954.issue8407@psf.upfronthosting.co.za> |
| 2011-05-03 13:29:30 | vstinner | link | issue8407 messages |
| 2011-05-03 13:29:30 | vstinner | create | |