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 jnoller
Recipients Rhamphoryncus, barry, benjamin.peterson, donmez, gvanrossum, jnoller, paulmelis, roudkerk
Date 2008-06-15.15:26:58
SpamBayes Score 0.05211559
Marked as misclassified No
Message-id <1213543619.13.0.0407844001441.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the loop I ran the tests with:

#!/bin/sh

for (( i=1;i<=100;i+=1 )); do
    make test TESTOPTS="-v test_multiprocessing"        
done
History
Date User Action Args
2008-06-15 15:26:59jnollersetspambayes_score: 0.0521156 -> 0.05211559
recipients: + jnoller, gvanrossum, barry, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson
2008-06-15 15:26:59jnollersetspambayes_score: 0.0521156 -> 0.0521156
messageid: <1213543619.13.0.0407844001441.issue3088@psf.upfronthosting.co.za>
2008-06-15 15:26:58jnollerlinkissue3088 messages
2008-06-15 15:26:58jnollercreate