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

Giampaolo Rodola' report at bugs.python.org
Fri Feb 22 07:30:45 EST 2019


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

Also, there is no way to delete/unwrap memory without using an existing SharedMemory instance, which is something we may not have on startup. Perhaps we should have a "shared_memory.unlink(name)" function similar to os.unlink() which simply calls C shm_unlink().

----------

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


More information about the Python-bugs-list mailing list