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 crwilcox, giampaolo.rodola, paul.moore, pitrou, robbuckley, steve.dower, tim.golden, tzickel, vstinner, zach.ware
Date 2017-09-01.20:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504296512.44.0.422957984307.issue30581@psf.upfronthosting.co.za>
In-reply-to
Content
os.cpu_count() is specified to return the total number of processors, not the number of usable processors.  See e.g. https://bugs.python.org/issue26692
History
Date User Action Args
2017-09-01 20:08:32pitrousetrecipients: + pitrou, paul.moore, vstinner, giampaolo.rodola, tim.golden, zach.ware, steve.dower, tzickel, crwilcox, robbuckley
2017-09-01 20:08:32pitrousetmessageid: <1504296512.44.0.422957984307.issue30581@psf.upfronthosting.co.za>
2017-09-01 20:08:32pitroulinkissue30581 messages
2017-09-01 20:08:32pitroucreate