summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGuillermo <guille@users.noreply.github.com>2021-02-18 13:18:22 +0100
committerGitHub <noreply@github.com>2021-02-18 13:18:22 +0100
commitdd237b19a4ca286ed7ce9f89b213b2848c9078cf (patch)
tree0b285e7197785d554735cc3715196ab1defcbe0a /HISTORY.rst
parente80cabe5206fd7ef14fd6a47e2571f660f95babf (diff)
downloadpsutil-dd237b19a4ca286ed7ce9f89b213b2848c9078cf.tar.gz
Linux: wait_procs ignoring timeout (#1913) (#1917)
The function was exiting after one second due to a subprocess.TimeoutException Fixes #1913 Signed-off-by: guille <guille@users.noreply.github.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index dc4afbff..0998908a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -20,6 +20,7 @@ XXXX-XX-XX
- 1892_: [macOS] psutil.cpu_freq() broken on Apple M1.
- 1904_: [Windows] OpenProcess fails with ERROR_SUCCESS due to GetLastError()
called after sprintf(). (patch by alxchk)
+- 1913_: [Linux] wait_procs seemingly ignoring timeout, TimeoutExpired thrown
5.8.0
=====