Revisting the Buffer Protocol
The Python buffer protocol allows different objects to share a chunk of memory. PEP 3118 proposes that it be cleaned up and extended with metadata to make this sharing easier and more productive. This would make it easier for such things like NumPy, multi-media libraries, and database interfaces to work together.