[issue39959] Bug on multiprocessing.shared_memory

Vinay Sharma report at bugs.python.org
Fri Jul 17 04:28:26 EDT 2020


Vinay Sharma <vinay0410sharma at gmail.com> added the comment:

@rauanargyn , persist flag won't be good idea because it cannot be supported for windows easily, since windows uses a reference counting mechanism to keep track of shared memory and frees it as soon as all the processes using it are done.

----------

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


More information about the Python-bugs-list mailing list