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 flox
Recipients flox, jnoller, vstinner
Date 2010-08-15.13:42:39
SpamBayes Score 0.007968268
Marked as misclassified No
Message-id <1281879762.32.0.549335490133.issue8428@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on Windows 7 3.1:

test test_multiprocessing failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.1.bolen-windows7\build\lib\test\test_multiprocessing.py", line 746, in test_notify_all
    self.assertReturnsIfImplemented(6, get_value, woken)
  File "D:\cygwin\home\db3l\buildarea\3.1.bolen-windows7\build\lib\test\test_multiprocessing.py", line 120, in assertReturnsIfImplemented
    return self.assertEqual(value, res)
AssertionError: 6 != 2


There's a second issue at the end of the log, it seems to be the case 3 of issue #9592 (RuntimeError: maximum recursion depth exceeded while calling a Python object).

http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.1/builds/676
History
Date User Action Args
2010-08-15 13:42:42floxsetrecipients: + flox, vstinner, jnoller
2010-08-15 13:42:42floxsetmessageid: <1281879762.32.0.549335490133.issue8428@psf.upfronthosting.co.za>
2010-08-15 13:42:40floxlinkissue8428 messages
2010-08-15 13:42:39floxcreate