Hi,

Guido van Rossum <guido <at> python.org> writes:
> > 2394    [Py3k] Finish the memoryview object implementation
> > - - High priority
> > - - This one is serious enough to hold up the release.  I really do not
think we
> >  should be finishing this implementation in the rc phase.
> 
> Can someone review Antoine's patch at http://codereview.appspot.com/3004 ?
> It's above my head.

Benjamin reviewed it and after a few fixes, it went in in r65886.
The implementation is finished for contiguous one-dimensional byte buffers. For
other types of buffers some things will be either not implemented, or perhaps
defective (since there isn't anything to test with).

Regards

Antoine.


_______________________________________________
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