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
* 'master' of https://github.com/giampaolo/psutil:
pre-release
give CREDIT to @JeremyGrosser and @getsentry for sponsorship (thanks\!)
fix error in test_contracts.py on win
chore: update GHA workflows (giampaolo#2315)
fixgiampaolo#2195 / linux: no longer print exception at import time
Add ruff Python linter, remove flake8 (giampaolo#2312)
Add toml-sort linting tool for pyproject.toml (giampaolo#2311)
new RTD config
new RTD config
new RTD config
Fixgiampaolo#2308, OpenBSD: Process.threads() always fail with AccessDenied.
Win: fix OpenProcess not recognizing when proc is gone.
refact assertProcessGone
refact assertProcessGone
Add RsT linter (giampaolo#2292)
Make _raise_if_pid_reused() raise NSP only if pid has been reused.
fix DEVGUIDE.rst
PID reusage is not checked for different set methods (giampaolo#2291)
Summary
Description
...also as a root user. Apparently this is due to
/dev/mem
having limited permissions, see:https://stackoverflow.com/questions/22369736/open-dev-mem-operation-not-permitted.
The text was updated successfully, but these errors were encountered: