summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-14 20:27:47 +0100
committerGitHub <noreply@github.com>2020-12-14 20:27:47 +0100
commitb6699b41e2c4873deac532e925561686bdb827d5 (patch)
tree919b2d0f72053ee430a122d914658ae49879b568 /HISTORY.rst
parent6ea12c3c0a93b1370a1db2670cda60eadbf618dd (diff)
downloadpsutil-b6699b41e2c4873deac532e925561686bdb827d5.tar.gz
[Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
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 ea283782..d55a4ee3 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -20,6 +20,8 @@ XXXX-XX-XX
- 1866_: [Windows] process exe(), cmdline(), environ() may raise "invalid
access to memory location" on Python 3.9.
- 1874_: [Solaris] wrong swap output given when encrypted column is present
+- 1877_: [Windows] OpenProcess may fail with ERROR_SUCCESS. Turn it into
+ AccessDenied or NoSuchProcess depending on whether the PID is alive.
- 1886_: [macOS] EIO error may be raised on cmdline() and environment(). Now
it gets translated into AccessDenied.