1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van
Kemenade)
2050_, [Linux]: increase read(2) buffer size from 1k to 32k when reading
/proc pseudo files line by line. This should help having more consistent
results.
2057_, [OpenBSD]: add support for cpu_freq()_.
2107_, [Linux]: Process.memory_full_info()_ (reporting process USS/PSS/Swap
memory) now reads /proc/pid/smaps_rollup instead of /proc/pids/smaps,
which makes it 5 times faster.
Bug fixes
2048_: AttributeError is raised if psutil.Error class is raised
manually and passed through str.
2049_, [Linux]: cpu_freq()_ erroneously returns curr value in GHz while
min and max are in MHz.
2050_, [Linux]: virtual_memory()_ may raise ValueError if running in a
LCX container.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Coverage remained the same at 100.0% when pulling 8d4b3c4c1567ba2298018f69476c49e0cd600907 on dependabot/pip/psutil-5.9.1 into b2e66478f4ed3f58203122964168dc6c19d05eab on master.
Bumps psutil from 5.9.0 to 5.9.1.
Changelog
Sourced from psutil's changelog.
Commits
992dfe4
pre release7410b63
merge with masterf1f2995
[Linux] SpeedupProcess.full_memory_info()
(#2108)1d41e8f
shorten test by using spawn_testproc()3398175
#2105: give hint on how to solve the problem if PdhAddEnglishCounter fails51cd847
update doc6ab8a54
Drop Python 2.6 support (#2099)b135380
Merge branch 'master' of github.com:giampaolo/psutile8ee870
give CREDITS for #105383bb5f8
Use a generator to avoid a needless list allocation (#1567)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)