You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tasklist
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
System Idle Process 0 Services 0 8 K
System 4 Services 0 148 K
Secure System 56 Services 0 38,872 K
...
Other than fixing the test failure, it would be nice if psutil recognized this process name() and returned "Secure System" instead of an empty string as it does right now. The failure:
Github CI has some failures due to a process called "Secure System". A google search reveals this process has to do with virtualization: https://www.elevenforum.com/t/secure-system-process-what-is-it.6810/.
Other than fixing the test failure, it would be nice if psutil recognized this process
name()
and returned"Secure System"
instead of an empty string as it does right now. The failure:The text was updated successfully, but these errors were encountered: