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.17:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501348527.36.0.66333975374.issue30581@psf.upfronthosting.co.za>
In-reply-to
Content
I was reviewing the docs for the os module and cpu_count should always return the number of cpus on the system, not the usable CPUs. GetMaximumProcessorCount returns a simulated count in WoW64. I have reached back out to the Windows API dev and will see if GetLogicalProcessorInformationEx will allow us to do this. He had thought that my solution that way had other limitations under WoW64.
History
Date User Action Args
2017-07-29 17:15:27crwilcoxsetrecipients: + crwilcox, paul.moore, vstinner, giampaolo.rodola, tim.golden, zach.ware, steve.dower, robbuckley
2017-07-29 17:15:27crwilcoxsetmessageid: <1501348527.36.0.66333975374.issue30581@psf.upfronthosting.co.za>
2017-07-29 17:15:27crwilcoxlinkissue30581 messages
2017-07-29 17:15:27crwilcoxcreate