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:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382216823.36.0.548289334965.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
Strange, I can't actually get it to work:

>>> from multiprocessing import Pool, get_context
>>> forkserver = get_context('forkserver')
>>> Pool(context=forkserver)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Pool() got an unexpected keyword argument 'context'
History
Date User Action Args
2013-10-19 21:07:03larssetrecipients: + lars, jnoller, python-dev, sbt, Olivier.Grisel
2013-10-19 21:07:03larssetmessageid: <1382216823.36.0.548289334965.issue18999@psf.upfronthosting.co.za>
2013-10-19 21:07:03larslinkissue18999 messages
2013-10-19 21:07:03larscreate