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

Benjamin Peterson benjamin at python.org
Thu Sep 20 20:20:22 CEST 2012


2012/9/20 David Beazley <dave at dabeaz.com>:
> How?  I must be missing something very obvious.

If you have some ctypes function that requires a pointer and you pass
a memoryview, ctypes should pass the pointer to the raw memory, right?



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list