Travis Oliphant wrote:
My feel right now is to not do the special case at all and actually return a memory-view object even for element access

That could be very tedious in the case where the elements
are actually bytes, though.

Maybe there should be a separate bytesview() object to
use instead of memoryview() when you know the elements
are bytes?

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to