Alexander Belopolsky <[EMAIL PROTECTED]> added the comment:

I think this issue is largely superseded by PEP 3118 
<http://www.python.org/dev/peps/pep-3118>, which is being backported to 
2.6 (see issue2393).  AFAICT, the only functionality not available from 
the new buffer protocol is the ability to create new array objects from 
C code, but this patch does not provide such functionality either.

Travis, can you weigh in on this?  I think it may be useful to expose 
newarrayobject() through some C API compatible with PEP 3118, but 
otherwise this proposal seems redundant.

----------
nosy: +belopolsky, teoliphant

____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue762920>
____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to