[Python-Dev] pre-PEP: The Safe Buffer Interface
Guido van Rossum
guido@python.org
Mon, 29 Jul 2002 14:24:41 -0400
> > > > 'Persistent' buffer interface? Too long?
> > >
> > > No, persistent typically refers to things that survive longer than a
> > > process. Maybe 'static' buffer interface would work.
>
> I'll just chime in with the name "Fixed" Buffer Interface. They aren't
> really static either, and fixed applies in at least two senses. :-)
Nice!
--Guido van Rossum (home page: http://www.python.org/~guido/)