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 kushal.das
Recipients kushal.das, nedbat, neologix
Date 2013-05-06.11:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367840869.76.0.518829081219.issue17914@psf.upfronthosting.co.za>
In-reply-to
Content
I am interested to submit a patch on this. Should I move the implementation to os module and made the multiprocessing one as an alias ? or keep it in both places ?

I prefer the idea of returning -1 instead of the current way of raising NotImplementedError in case we can not determine the number of CPU(s).
History
Date User Action Args
2013-05-06 11:47:49kushal.dassetrecipients: + kushal.das, nedbat, neologix
2013-05-06 11:47:49kushal.dassetmessageid: <1367840869.76.0.518829081219.issue17914@psf.upfronthosting.co.za>
2013-05-06 11:47:49kushal.daslinkissue17914 messages
2013-05-06 11:47:49kushal.dascreate