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 asksol, jnoller, pitrou
Date 2011-04-04.21:31:27
SpamBayes Score 0.006281694
Marked as misclassified No
Message-id <1301952687.8.0.704166844851.issue11766@psf.upfronthosting.co.za>
In-reply-to
Content
This sometimes happens on the buildbots:

test test_multiprocessing failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_multiprocessing.py", line 1191, in test_pool_worker_lifetime
    self.assertNotIn(None, finalworkerpids)
AssertionError: None unexpectedly found in [1788, 3984, None]

e.g. http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/4334/steps/test/logs/stdio
History
Date User Action Args
2011-04-04 21:31:27pitrousetrecipients: + pitrou, jnoller, asksol
2011-04-04 21:31:27pitrousetmessageid: <1301952687.8.0.704166844851.issue11766@psf.upfronthosting.co.za>
2011-04-04 21:31:27pitroulinkissue11766 messages
2011-04-04 21:31:27pitroucreate