2009/4/4 Greg Ewing <[email protected]>: > Antoine Pitrou wrote: > >> 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 > > So you're saying the buffer interface *has* been fully > implemented, it just hasn't been tested very well?
No, only simple linear bytes are supported. > > If so, writing some things that attempt to use it in > non-trivial ways would be a useful thing to do. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
