From 11b117f34860d2cf2327b04d0894e33a3e3d1958 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 2 Aug 2023 22:27:38 +0800 Subject: [PATCH] update HISTORY --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 91c37bcb5..f3bcba9d0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -29,6 +29,8 @@ XXXX-XX-XX - 2284_, [Linux]: `memory_full_info`_ may incorrectly raise `ZombieProcess`_ if it's determined via ``/proc/pid/smaps_rollup``. Instead we now fallback on reading ``/proc/pid/smaps``. +- 2287_, [OpenBSD], [NetBSD]: `Process.is_running()`_ erroneously return + ``False`` for zombie processes, because creation time cannot be determined. - 2288_, [Linux]: correctly raise `ZombieProcess`_ on `exe`_, `cmdline`_ and `memory_maps`_ instead of returning a "null" value.