[Python-Dev] buffer interface (again)

Thomas Heller thomas.heller@ion-tof.com
Wed, 18 Apr 2001 18:42:59 +0200


> 
> I'd like to see a memory object that allocates and deallocates blocks
> of memory and exports a pointer to its memory.  It could also set
> privileges such are read/write, etc

It's all there, in bufferobject.c.
Except that the functions are not exposed to python...

Thomas