[Python-Dev] graphics maths types in python core?

Antoine Pitrou solipsis at pitrou.net
Sun Apr 5 01:38:30 CEST 2009


Greg Ewing <greg.ewing <at> canterbury.ac.nz> writes:
> 
> > Again, I don't want to spoil the party, but multidimensional buffers are
> > not implemented, and neither are buffers of anything other than single-byte
> > data.
> 
> When you say "buffer" here, are you talking about the
> buffer interface itself, or the memoryview object?

Both.
Well, taking a buffer or memoryview to non-bytes data is supported, but since
it's basically unused, some things are likely missing or broken (e.g.
memoryview.tolist()).




More information about the Python-Dev mailing list