[issue30581] os.cpu_count() returns wrong number of processors on system with > 64 logical processors

Giampaolo Rodola' report at bugs.python.org
Sat Jul 29 06:21:42 EDT 2017


Giampaolo Rodola' added the comment:

MS documentation is not clear on what function should be used as there are many returning different values. Here it is being suggested to use GetLogicalProcessorInformationEx: 
https://stackoverflow.com/questions/31209256/reliable-way-to-programmatically-get-the-number-of-cores-on-windows

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30581>
_______________________________________


More information about the Python-bugs-list mailing list