Skip to content

Commit 2048885

Browse files
arhadthedevaisk
authored andcommitted
pythongh-89891: Refer SharedMemory implementation as POSIX (pythonGH-104678)
It only uses POSIX API.
1 parent 38ab247 commit 2048885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.shared_memory.rst

Lines changed: 1 addition & 1 deletion
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)