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

Guido van Rossum guido@python.org
Wed, 31 Jul 2002 10:36:37 -0400


Based on the example of mmap (which can be closed at any time) I
agree that the fixed buffer interface needs to have "get"
and "release" methods (please pick better names).  Maybe Thomas can
update PEP 298.

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