@wolf480pl Oh… interesting kind of behavior, I guess that's due to the large amount of files libraries have due to not packing into something like a .a file.
Although feels pretty weird to me to not at least keep them mmap'ed (which doesn't prevents a close), specially in Python where import is done at runtime.