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 Claudiu.Popa
Recipients Claudiu.Popa, bquinlan
Date 2014-04-27.11:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398598864.93.0.689589568425.issue21362@psf.upfronthosting.co.za>
In-reply-to
Content
For instance, multiprocessing behaves like this:

>>> multiprocessing.Pool(-1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python34\lib\multiprocessing\context.py", line 118, in Pool
    context=self.get_context())
  File "C:\Python34\lib\multiprocessing\pool.py", line 157, in __init__
    raise ValueError("Number of processes must be at least 1")
ValueError: Number of processes must be at least 1
>>>
History
Date User Action Args
2014-04-27 11:41:04Claudiu.Popasetrecipients: + Claudiu.Popa, bquinlan
2014-04-27 11:41:04Claudiu.Popasetmessageid: <1398598864.93.0.689589568425.issue21362@psf.upfronthosting.co.za>
2014-04-27 11:41:04Claudiu.Popalinkissue21362 messages
2014-04-27 11:41:04Claudiu.Popacreate