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

[process][windows] Fix #714 call OpenProcess with PROCESS_QUERY_INFORMATION on WinXP #1045

Merged
merged 1 commit into from Mar 7, 2021

Conversation

Lomanic
Copy link
Collaborator

@Lomanic Lomanic commented Mar 6, 2021

[process][windows] Fix #714 call OpenProcess with PROCESS_QUERY_INFORMATION on WinXP

That's just for the beauty and the fun of it, WinXP is unsupported for years but this change doesn't harm the code much.

If I remember correctly, psutil still supports WinXP also, so it makes us a little bit more aligned with them.

This was tested successfully on WinXP and Win10.

@shirou
Copy link
Owner

shirou commented Mar 7, 2021

LGTM! Thank you so much!

@shirou shirou merged commit c637487 into shirou:master Mar 7, 2021
@Lomanic Lomanic deleted the issue714 branch March 7, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenProcess fails with PROCESS_QUERY_LIMITED_INFORMATION on Windows XP
2 participants