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
PID 0 is querable on OpenBSD despite the kernel (and pids()) does not return it.
Process() class is able to query PID 0 except for threads() which fails with OSError. That also should be fixed.
The text was updated successfully, but these errors were encountered:
PID 0 is querable on OpenBSD despite the kernel (and pids()) does not return it.
Process() class is able to query PID 0 except for
threads()
which fails with OSError. That also should be fixed.The text was updated successfully, but these errors were encountered: