[issue36105] Windows: use GetNativeSystemInfo instead of GetSystemInfo

Steve Dower report at bugs.python.org
Mon Feb 25 09:58:22 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

Yeah, possibly only the CPU count one could change, but there's an ongoing discussion on another bug about whether that should return the actual count or the usable count.

32-bit processes have restrictions beyond what the system is capable of, and I believe we want those reflected in each of these cases.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36105>
_______________________________________


More information about the Python-bugs-list mailing list