summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-10-17 04:57:36 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-10-17 04:57:36 +0200
commitbfae1fc4a371c9e08f2c3f5053a80542e43d18f7 (patch)
tree886c46ed0363029c5f4ad7ce89c0ef6eefe31077 /HISTORY.rst
parentf1e2137e9f7198a087ccf706201c648313bdae5a (diff)
downloadpsutil-bfae1fc4a371c9e08f2c3f5053a80542e43d18f7.tar.gz
linux / cpu_count phys: take depreated */thread_siblings_list into
account /sys/devices/system/cpu/cpu[0-9]*/topology/thread_siblings_list is deprecated /sys/devices/system/cpu/cpu[0-9]*/topology/core_cpus_list is the new name also add test which makes sure method 1 and 2 return the same result
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 3be3915f..1ef5573a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -15,6 +15,8 @@ XXXX-XX-XX
**Bug fixes**
+- 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
+ than one CPU socket. (patch by Vincent A. Arcila)
- 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
alive but the exe file which launched it got deleted.
- 1791_: [macOS] fix missing include for getpagesize().