Message 336512 - Python tracker

Message336512

Author giampaolo.rodola
Recipients eryksun, giampaolo.rodola, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-25.10:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551092236.86.0.52473881575.issue36105@roundup.psfhosted.org>
In-reply-to
Content
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);
History
Date User Action Args
2019-02-25 10:57:16giampaolo.rodolasetrecipients: + giampaolo.rodola, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2019-02-25 10:57:16giampaolo.rodolasetmessageid: <1551092236.86.0.52473881575.issue36105@roundup.psfhosted.org>
2019-02-25 10:57:16giampaolo.rodolalinkissue36105 messages
2019-02-25 10:57:16giampaolo.rodolacreate