[issue32759] multiprocessing.Array do not release shared memory

Antoine Pitrou report at bugs.python.org
Fri Feb 23 06:01:59 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

It is also possible to uncommit the memory without deallocating it, making reuse potentially faster, but that requires low-level platform-specific code (e.g. madvise(MADV_DONTNEED) on Linux or DiscardVirtualMemory() on Windows).

----------

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


More information about the Python-bugs-list mailing list