[Python-3000] Beta 3 planned for this Wednesday

Antoine Pitrou solipsis at pitrou.net
Wed Aug 20 00:23:50 CEST 2008


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.




More information about the Python-3000 mailing list