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.20:03:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368302592.37.0.211445518076.issue17914@psf.upfronthosting.co.za>
In-reply-to
Content
Now we have three cpu_count() functions: multiprocessing.cpu_count() raises an exception on failure, posix.cpu_count() returns -1, and os.cpu_count() returns None. It will be easy to get rid of Python wrapper in the os module and return None directly from C code.
History
Date User Action Args
2013-05-11 20:03:12serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, nedbat, trent, ezio.melotti, r.david.murray, neologix, kushal.das, Yogesh.Chaudhari
2013-05-11 20:03:12serhiy.storchakasetmessageid: <1368302592.37.0.211445518076.issue17914@psf.upfronthosting.co.za>
2013-05-11 20:03:12serhiy.storchakalinkissue17914 messages
2013-05-11 20:03:12serhiy.storchakacreate