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 serhiy.storchaka
Recipients Yogesh.Chaudhari, ezio.melotti, kushal.das, nedbat, neologix, pitrou, r.david.murray, serhiy.storchaka, trent, vstinner
Date 2013-05-11.12:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368274434.78.0.652963479501.issue17914@psf.upfronthosting.co.za>
In-reply-to
Content
I think the idiom `os.cpu_count() or 1` should be mentioned in the documentation an officially recommended. Otherwise people will produce a non-portable code which works on their developer's computers but not on exotic platforms.

I have added some other comments on Rietveld.
History
Date User Action Args
2013-05-11 12:13:54serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, nedbat, trent, ezio.melotti, r.david.murray, neologix, kushal.das, Yogesh.Chaudhari
2013-05-11 12:13:54serhiy.storchakasetmessageid: <1368274434.78.0.652963479501.issue17914@psf.upfronthosting.co.za>
2013-05-11 12:13:54serhiy.storchakalinkissue17914 messages
2013-05-11 12:13:54serhiy.storchakacreate