-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Cannot resume process suspended by another program #1379
Comments
Mmm... interesting. Some questions / considerations:
|
|
OK, then it seems it make sense to implement it by using As for Win XP, I thought #1376 broke support because |
If an app like Process Explorer suspends the process, psutil cannot resume it because it operates on threads.
I've rewritten psutil_proc_suspend_or_resume routine using ntdll functions as it is the only method I found for my WinXP OS. And I guess the guys from SysInternals are doing it the same way.
The patch is here - ogurets@9e81231
Anyone willing to test it out on Windows 7, 8 or 10?
The text was updated successfully, but these errors were encountered: