diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-12-13 16:27:44 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-12-13 16:27:44 +0100 |
| commit | 495bb454d12f72f00ea86a5cad196425e3ae2a78 (patch) | |
| tree | d32c1bd99ce09e7fe090ea71d81e7804bb84747c | |
| parent | 2cdf81db322822ba8fb23ed67523aacb6539da95 (diff) | |
| download | psutil-495bb454d12f72f00ea86a5cad196425e3ae2a78.tar.gz | |
pdate HISTORY
| -rw-r--r-- | HISTORY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 59bf9f67..50c83906 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,6 +20,8 @@ XXXX-XX-XX EccoTheFlintstone) - 1370_: [Windows] improper usage of CloseHandle() may lead to override the original error code when raising an exception. +- 1373_: incorrect handling of cache in Process.oneshot() context causes + Process instances to return incorrect results. - 1376_: [Windows] OpenProcess() now uses PROCESS_QUERY_LIMITED_INFORMATION access rights wherever possible, resulting in less AccessDenied exceptions being thrown for system processes. |
