[issue35813] shared memory construct to avoid need for serialization between processes

Giampaolo Rodola' report at bugs.python.org
Wed Feb 6 12:47:38 EST 2019


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

Also, for completeness (since discussion is getting split), please see my proposal to move SharedMemoryManager and SharedMemoryServer into multiprocessing.managers namespace and rename shared_memory.py to _shared_memory.py:
https://mail.python.org/pipermail/python-dev/2019-February/156235.html
Also, it appears ShareableList should be register()ed against SharedMemoryManager.

----------

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


More information about the Python-bugs-list mailing list