[issue2396] Backport memoryview object to Python 2.6

Antoine Pitrou report at bugs.python.org
Mon Aug 4 20:30:16 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Not only there may not be enough time, but:
1. the memoryview implementation itself is not finished (that is, in py3k)
2. polishing and documenting the buffer API is more important
3. there doesn't seem to be any use for memoryview objects right now

So, IMO, this can be re-targeted to 2.7.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2396>
_______________________________________


More information about the Python-bugs-list mailing list