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 berker.peksag
Recipients berker.peksag, davin, jnoller, sbt, serhiy.storchaka
Date 2015-04-22.13:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429709798.91.0.595013763798.issue23713@psf.upfronthosting.co.za>
In-reply-to
Content
Just saw this on x86 Tiger 3.x:

======================================================================
FAIL: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/_test_multiprocessing.py", line 1805, in test_imap_unordered_handle_iterable_exception
    self.assertEqual(next(it), i*i)
AssertionError: 1 != 0

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/9559/steps/test/logs/stdio

The patch looks good to me. I'm not familiar with the test code, but Serhiy's suggestion also looks good to me.
History
Date User Action Args
2015-04-22 13:36:38berker.peksagsetrecipients: + berker.peksag, jnoller, sbt, serhiy.storchaka, davin
2015-04-22 13:36:38berker.peksagsetmessageid: <1429709798.91.0.595013763798.issue23713@psf.upfronthosting.co.za>
2015-04-22 13:36:38berker.peksaglinkissue23713 messages
2015-04-22 13:36:38berker.peksagcreate