New submission from Giampaolo Rodola' <g.rod...@gmail.com>:

This is what MS doc says about GetSystemInfo:
https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getsysteminfo

<<To retrieve accurate information for an application running on WOW64, call 
the GetNativeSystemInfo function.>>

$ grep -r GetSystemInfo
Modules/_ctypes/malloc_closure.c:        GetSystemInfo(&systeminfo);
Modules/mmapmodule.c:    GetSystemInfo(&si);
Modules/mmapmodule.c:    GetSystemInfo(&si);
Modules/posixmodule.c:        GetSystemInfo(&sysinfo);

----------
components: Windows
messages: 336512
nosy: eryksun, giampaolo.rodola, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows: use GetNativeSystemInfo instead of GetSystemInfo
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

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

Reply via email to