Skip to content

Commit 3c30de1

Browse files
[3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114874)
It only uses POSIX API. (cherry picked from commit 500ede0) Co-authored-by: Oleg Iarygin <[email protected]>
1 parent 95f18f9 commit 3c30de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.shared_memory.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ processes, a :class:`~multiprocessing.managers.BaseManager` subclass,
2323
:class:`~multiprocessing.managers.SharedMemoryManager`, is also provided in the
2424
:mod:`multiprocessing.managers` module.
2525

26-
In this module, shared memory refers to "System V style" shared memory blocks
26+
In this module, shared memory refers to "POSIX style" shared memory blocks
2727
(though is not necessarily implemented explicitly as such) and does not refer
2828
to "distributed shared memory". This style of shared memory permits distinct
2929
processes to potentially read and write to a common (or shared) region of

0 commit comments

Comments
 (0)