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 jnoller, mishok13, roudkerk
Date 2009-01-22.19:25:50
SpamBayes Score 1.8590748e-05
Marked as misclassified No
Message-id <1232652352.87.0.13889814624.issue3272@psf.upfronthosting.co.za>
In-reply-to
Content
This is now covered in the multiprocessing documentation:

"Note Functionality within this package requires that the __main__ method 
be importable by the children. This is covered in Programming guidelines 
however it is worth pointing out here. This means that some examples, such 
as the multiprocessing.Pool examples will not work in the interactive 
interpreter."
History
Date User Action Args
2009-01-22 19:25:53jnollersetrecipients: + jnoller, roudkerk, mishok13
2009-01-22 19:25:52jnollersetmessageid: <1232652352.87.0.13889814624.issue3272@psf.upfronthosting.co.za>
2009-01-22 19:25:51jnollerlinkissue3272 messages
2009-01-22 19:25:50jnollercreate