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

Thomas Heller thomas.heller@ion-tof.com
Mon, 29 Jul 2002 19:08:11 +0200


From: "Guido van Rossum" <guido@python.org>
>   If an object's buffer isn't allocated for the object's life
> when the object is created, it should not support the "safe" version
> of the protocol (maybe a different name would be better), and users
> should not release the GIL while using on to the pointer.

'Persistent' buffer interface? Too long?

Thomas