From dcda10f1b69776c36466733c7ceaa27a231a0a35 Mon Sep 17 00:00:00 2001 From: pan324 <103143968+pan324@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:57:06 +0200 Subject: [PATCH] Update Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst Co-authored-by: Guido van Rossum --- .../next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst b/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst index 30473448044155..56031df9e5e4e7 100644 --- a/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst +++ b/Misc/NEWS.d/next/Library/2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst @@ -1 +1 @@ -Add ``track`` parameter that allows using shared memory blocks without having to register with the resource tracker. +Add ``track`` parameter to :class:`multiprocessing.shared_memory.SharedMemory` that allows using shared memory blocks without having to register with the resource tracker.