[Python-ideas] Support parsing stream with `re`

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 9 07:04:28 EDT 2018


Chris Angelico wrote:
> In contrast, a mmap'd file is memory that you do indeed own.

Although it's not really accurate to say that it's owned by
a particular process. If two processes mmap the same file,
the physical memory pages holding it appear in the address
spaces of both processes.

-- 
Greg




More information about the Python-ideas mailing list