Chris Wilcox added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to