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 neologix
Recipients Yogesh.Chaudhari, dilettant, ezio.melotti, giampaolo.rodola, kushal.das, nedbat, neologix, pitrou, python-dev, r.david.murray, serhiy.storchaka, trent, vstinner
Date 2013-05-20.12:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1w9KArta--B=CYYYDBrvUuK2Q5fFeSjQVrRgMoYdG2yA@mail.gmail.com>
In-reply-to <3bDfr059NWz7LkD@mail.python.org>
Content
Alright, committed.
Yogesh, thanks for the patch!

I'm attaching a patch to replace several occurrences of
multiprocessing.cpu_count() by os.cpu_count() in the stdlib/test
suite.
Files
File name Uploaded
use_cpu_count.diff neologix, 2013-05-20.12:57:01
History
Date User Action Args
2013-05-20 12:57:01neologixsetrecipients: + neologix, pitrou, vstinner, giampaolo.rodola, nedbat, trent, ezio.melotti, r.david.murray, python-dev, serhiy.storchaka, kushal.das, dilettant, Yogesh.Chaudhari
2013-05-20 12:57:01neologixlinkissue17914 messages
2013-05-20 12:57:01neologixcreate