Martin Panter added the comment:

At the top of the list 
<https://docs.python.org/3.5/c-api/arg.html#strings-and-buffers>, it says which 
cases have to be freed or not, and also mentions releasing buffers. Are you 
proposing to add this information to each entry in the list as well?

Or just mention how the pointer lifetime relates to the Python object lifetime 
at the top? I think you will find most of the cases are the same, except for 
the ones that explicitly allocate extra memory.

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to