[docs] [issue13302] Clarification needed in C API arg parsing

Antoine Pitrou report at bugs.python.org
Tue Nov 1 15:07:11 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

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

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13302>
_______________________________________


More information about the docs mailing list