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 pitrou
Recipients gregory.p.smith, jcon, mark.dickinson, ncoghlan, pitrou, skrah, teoliphant, vstinner, xuanji
Date 2011-08-23.13:24:17
SpamBayes Score 0.0006992219
Marked as misclassified No
Message-id <1314105717.3485.24.camel@localhost.localdomain>
In-reply-to <1314105041.26.0.783764134984.issue5231@psf.upfronthosting.co.za>
Content
> Or go all the way and make memoryview take any flag:
> 
> a = array.array('i', [1,2,3])
> m = memoryview(a, getbuf=PyBUF_SIMPLE)

This is good for testing, but Python developers shouldn't have to know
about the low-level flags.
History
Date User Action Args
2011-08-23 13:24:17pitrousetrecipients: + pitrou, gregory.p.smith, teoliphant, mark.dickinson, ncoghlan, vstinner, skrah, xuanji, jcon
2011-08-23 13:24:17pitroulinkissue5231 messages
2011-08-23 13:24:17pitroucreate