Skip to content

Commit 500ede0

Browse files
authored
gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
It only uses POSIX API.
1 parent e66d039 commit 500ede0

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)