This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, kohanman, rhettinger, teoliphant
Date 2008-03-25.03:11:07
SpamBayes Score 0.08504576
Marked as misclassified No
Message-id <1206414669.55.0.224771158704.issue762920@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-25 03:11:09belopolskysetspambayes_score: 0.0850458 -> 0.08504576
recipients: + belopolsky, rhettinger, teoliphant, kohanman
2008-03-25 03:11:09belopolskysetspambayes_score: 0.0850458 -> 0.0850458
messageid: <1206414669.55.0.224771158704.issue762920@psf.upfronthosting.co.za>
2008-03-25 03:11:07belopolskylinkissue762920 messages
2008-03-25 03:11:07belopolskycreate