@lanodan
> I guess that's due to the large amount of files libraries have due to not packing into something like a .a file.
This sentence does not parse to me.
Anyway, the point is to `print(sys.path)` and then figure out which .py files are^W might be being used. And I guess python interpreter never mmaps them, just opens the file, reads while parsing, and then closes the FD.