]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114874)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2024 20:35:29 +0000 (21:35 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 20:35:29 +0000 (22:35 +0200)
It only uses POSIX API.
(cherry picked from commit 500ede01178a8063bb2a3c664172dffa1b40d7c9)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/library/multiprocessing.shared_memory.rst

index 47af64578bd5292fba7c4ac3f2562eea206ce892..03b2fcc7c2af7dd4eba1b571831e9b2fed4bfb9d 100644 (file)
@@ -23,7 +23,7 @@ processes, a :class:`~multiprocessing.managers.BaseManager` subclass,
 :class:`~multiprocessing.managers.SharedMemoryManager`, is also provided in the
 :mod:`multiprocessing.managers` module.
 
-In this module, shared memory refers to "System V style" shared memory blocks
+In this module, shared memory refers to "POSIX style" shared memory blocks
 (though is not necessarily implemented explicitly as such) and does not refer
 to "distributed shared memory".  This style of shared memory permits distinct
 processes to potentially read and write to a common (or shared) region of