[Python-Dev] pre-PEP: The Safe Buffer Interface

Guido van Rossum guido@python.org
Wed, 31 Jul 2002 11:54:41 -0400


> > > Could also just have one acquire function that indicates whether it
> > > is read-write or read-only via a return parameter.
> > 
> > That loses the (weak) symmetry with the existing API.
> 
> There's nothing a client expecting a read/write pointer could
> do with a read only pointer IMO.

So we agree that it's a bad idea to have one function. :-)

> > > Is write-only ever useful?
> > 
> > No, write implies read.
> 
> Should it be named getfixedreadwritebuffer then?

No, the existing API also uses getwritebuffer implying read/write.

--Guido van Rossum (home page: http://www.python.org/~guido/)