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 jnoller, pitrou
Date 2009-08-06.20:10:46
SpamBayes Score 0.0019851306
Marked as misclassified No
Message-id <1249589448.92.0.976190766506.issue6661@psf.upfronthosting.co.za>
In-reply-to
Content
I just got the following test_multiprocessing error (cannot reproduce,
though):

test test_multiprocessing failed -- Traceback (most recent call last):
  File
"/home/antoine/cpython/seek-6629/Lib/test/test_multiprocessing.py", line
232, in test_active_children
    self.assertTrue(p in self.active_children())
AssertionError: False is not True
History
Date User Action Args
2009-08-06 20:10:49pitrousetrecipients: + pitrou, jnoller
2009-08-06 20:10:48pitrousetmessageid: <1249589448.92.0.976190766506.issue6661@psf.upfronthosting.co.za>
2009-08-06 20:10:47pitroulinkissue6661 messages
2009-08-06 20:10:46pitroucreate