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 pitrou
Recipients jszakmeister, ned.deily, pitrou, ronaldoussoren, sbt, trent, vstinner, yselivanov
Date 2014-02-01.18:21:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391278885.42.0.0742315306234.issue17444@psf.upfronthosting.co.za>
In-reply-to
Content
The current os.cpu_count implementation calls sysconf(_SC_NPROCESSORS_ONLN), which is apparently defined under OS X, and returns the number of online CPUs (logical?):
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/sysconf.3.html

multiprocessing has been modified to re-use os.cpu_count(), so I suggest closing this issue as out-of-date.
History
Date User Action Args
2014-02-01 18:21:25pitrousetrecipients: + pitrou, ronaldoussoren, vstinner, jszakmeister, ned.deily, trent, sbt, yselivanov
2014-02-01 18:21:25pitrousetmessageid: <1391278885.42.0.0742315306234.issue17444@psf.upfronthosting.co.za>
2014-02-01 18:21:25pitroulinkissue17444 messages
2014-02-01 18:21:25pitroucreate