From 2ce67f32d752172a6ba32c95a51c5e18252b2533 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 15 Oct 2024 10:31:23 +0200 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f3e1b5144..e7687066d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,10 +25,11 @@ XXXX-XX-XX Python 3.13. (patch by Sam Gross) - 2455_, [Linux]: ``IndexError`` may occur when reading /proc/pid/stat and field 40 (blkio_ticks) is missing. +- 2457_, [AIX]: significantly improve the speed of `Process.open_files()`_ for + some edge cases. - 2460_, [OpenBSD]: `Process.num_fds()`_ and `Process.open_files()`_ may fail with `NoSuchProcess`_ for PID 0. Instead, we now return "null" values (0 and [] respectively). -- 2457_, [AIX]: significantly improve speed of ``Process.open_files`` for some edge cases. 6.0.0 ======