Skip to content

Commit 69dd8a9

Browse files
committed
Marked as provisional per PEP411 in docstring.
1 parent 1f9bbf2 commit 69dd8a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Lib/multiprocessing/shared_memory.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"Provides shared memory for direct access across processes."
1+
"""Provides shared memory for direct access across processes.
2+
3+
The API of this package is currently provisional. Refer to the
4+
documentation for details.
5+
"""
26

37

48
__all__ = [ 'SharedMemory', 'PosixSharedMemory', 'WindowsNamedSharedMemory',

0 commit comments

Comments
 (0)