This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pierreglaser
Recipients docs@python, pierreglaser
Date 2019-03-19.14:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553006397.24.0.439789667635.issue36364@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-19 14:39:57pierreglasersetrecipients: + pierreglaser, docs@python
2019-03-19 14:39:57pierreglasersetmessageid: <1553006397.24.0.439789667635.issue36364@roundup.psfhosted.org>
2019-03-19 14:39:57pierreglaserlinkissue36364 messages
2019-03-19 14:39:57pierreglasercreate