Unmap of NumPy memmap Unmap of NumPy memmap numpy numpy

Unmap of NumPy memmap


Yes, it's only closed when the object is garbage-collected; memmap.close method does nothing.

You can call x._mmap.close(), but keep in mind that any further access to the x object will crash python.