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 chuck
Recipients chuck, exarkun, georg.brandl, gregory.p.smith, ivank, loewis, pitrou
Date 2009-09-25.22:37:34
SpamBayes Score 8.70911e-10
Marked as misclassified No
Message-id <1253918259.67.0.655504561392.issue6071@psf.upfronthosting.co.za>
In-reply-to
Content
I added the two functions for the new buffer API. Having an exported 
memory view needs some handling elsewhere, so the array does not change. I 
also added tests for checking that behaviour.

Mainly I copypasted code from py3k which involved redirecting to 
array_resize() instead of doing it manually and doing the checking there.
History
Date User Action Args
2009-09-25 22:37:40chucksetrecipients: + chuck, loewis, georg.brandl, gregory.p.smith, exarkun, pitrou, ivank
2009-09-25 22:37:39chucksetmessageid: <1253918259.67.0.655504561392.issue6071@psf.upfronthosting.co.za>
2009-09-25 22:37:38chucklinkissue6071 messages
2009-09-25 22:37:37chuckcreate