[Python-Dev] Memoryviews should expose the underlying memory address

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 21 08:12:31 CEST 2012


Nick Coghlan wrote:
> I'm fine with exposing a memoryview.buffer_address attribute in 3.4.

What about objects whose buffer address can change
when the buffer isn't locked?

-- 
Greg


More information about the Python-Dev mailing list