Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: use GetNativeSystemInfo for WoW64 processes #1431

Closed
giampaolo opened this issue Feb 25, 2019 · 1 comment
Closed

Windows: use GetNativeSystemInfo for WoW64 processes #1431

giampaolo opened this issue Feb 25, 2019 · 1 comment

Comments

@giampaolo
Copy link
Owner

giampaolo commented Feb 25, 2019

This is what MS doc says about GetSystemInfo:

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

We currently use it in Process.memory_maps() and Process.memory_uss() and psutil.cpu_count(). Python also uses GetSystemInfo.

@giampaolo
Copy link
Owner Author

It turns out this causes problems on Win7. I'm gonna revert this.

giampaolo added a commit that referenced this issue Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant