[docs] [issue36364] errors in multiprocessing.shared_memory examples

Pierre Glaser report at bugs.python.org
Tue Mar 19 10:39:57 EDT 2019


New submission from Pierre Glaser <pierreglaser at msn.com>:

The examples of the new shared_memory module using SharedMemoryManager try to import the class from multiprocessing.shared_memory instead of multiprocessing.managers, making them fail.

----------
assignee: docs at python
components: Documentation
files: 0001-DOC-fix-SharedMemoryManager-examples.patch
keywords: patch
messages: 338360
nosy: docs at python, pierreglaser
priority: normal
severity: normal
status: open
title: errors in multiprocessing.shared_memory examples
versions: Python 3.8
Added file: https://bugs.python.org/file48221/0001-DOC-fix-SharedMemoryManager-examples.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36364>
_______________________________________


More information about the docs mailing list