Aha! That sounds like just the ticket. I hope it's easy to use. A million thank-you's, and a Salami.
EDIT: I just saw your edit. That's what I'm doing --- shm_open(), ftruncate(), then mmap(). A little annoying that it doesn't automatically kill the shared memory when the program terminates, but still...
Would someone please help me out and point me at a way of efficiently exposing a read-only block of memory to Python?
EDIT: Looks like "MemoryView" introduced in 2.7 is the answer.