A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/1999-August/000670.html below:

[Python-Dev] marshal (was:Buffer interface in abstract.c? )

[Python-Dev] marshal (was:Buffer interface in abstract.c? ) [Python-Dev] marshal (was:Buffer interface in abstract.c? )Fredrik Lundh fredrik@pythonware.com
Wed, 11 Aug 1999 16:07:44 +0200
> > or maybe the buffer design needs an overhaul?
> 
> I think most places that should use the charbuffer interface actually
> use the readbuffer interface.  This is what should be fixed.

ok.

btw, how about adding support for buffer access
to data that have strange internal formats (like cer-
tain PIL image memories) or isn't directly accessible
(like "virtual" and "abstract" image buffers in PIL 1.1).
something like:

int initbuffer(PyObject* obj, void** context);
int exitbuffer(PyObject* obj, void* context);

and corresponding context arguments to the
rest of the functions...

</F>




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4