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 docs@python, pitrou, sandro.tosi
Date 2011-11-01.14:07:10
SpamBayes Score 0.009199034
Marked as misclassified No
Message-id <1320156431.44.0.975152156322.issue13302@psf.upfronthosting.co.za>
In-reply-to
Content
It's already in the 3.x docs (but not 2.x):

“Strings and buffers

These formats allow to access an object as a contiguous chunk of memory. You don’t have to provide raw storage for the returned unicode or bytes area. Also, you won’t have to release any memory yourself, except with the es, es#, et and et# formats.”

http://docs.python.org/dev/c-api/arg.html#strings-and-buffers
History
Date User Action Args
2011-11-01 14:07:11pitrousetrecipients: + pitrou, sandro.tosi, docs@python
2011-11-01 14:07:11pitrousetmessageid: <1320156431.44.0.975152156322.issue13302@psf.upfronthosting.co.za>
2011-11-01 14:07:10pitroulinkissue13302 messages
2011-11-01 14:07:10pitroucreate