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 lars
Recipients Olivier.Grisel, jnoller, lars, python-dev, sbt
Date 2013-10-19.21:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382217170.49.0.0983225061592.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
I also tried

from multiprocessing.pool import Pool

but that died with

ImportError: cannot import name get_context
History
Date User Action Args
2013-10-19 21:12:50larssetrecipients: + lars, jnoller, python-dev, sbt, Olivier.Grisel
2013-10-19 21:12:50larssetmessageid: <1382217170.49.0.0983225061592.issue18999@psf.upfronthosting.co.za>
2013-10-19 21:12:50larslinkissue18999 messages
2013-10-19 21:12:50larscreate