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 crwilcox
Recipients crwilcox, giampaolo.rodola, paul.moore, robbuckley, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-29.16:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501347428.37.0.940068139703.issue30581@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the MS Docs for this are a bit confusing. I ended up reaching out to the guy who authored the GetMaximumProcessorCount function. I had also written an implementation that iterated over GetProcessorInformationEx and he advised against it. 

One of the things that makes this interesting is that in 32 bit processes (wow64) your processor is simulated to fit in the confines of that old system. This method will only report 32 cores under 32 bit as that is all the program can access in 32 bit mode.
History
Date User Action Args
2017-07-29 16:57:08crwilcoxsetrecipients: + crwilcox, paul.moore, vstinner, giampaolo.rodola, tim.golden, zach.ware, steve.dower, robbuckley
2017-07-29 16:57:08crwilcoxsetmessageid: <1501347428.37.0.940068139703.issue30581@psf.upfronthosting.co.za>
2017-07-29 16:57:08crwilcoxlinkissue30581 messages
2017-07-29 16:57:08crwilcoxcreate