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 martin.panter
Recipients asvetlov, blais, docs@python, martin.panter
Date 2015-05-24.22:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432507222.22.0.193457881846.issue24278@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-24 22:40:22martin.pantersetrecipients: + martin.panter, blais, asvetlov, docs@python
2015-05-24 22:40:22martin.pantersetmessageid: <1432507222.22.0.193457881846.issue24278@psf.upfronthosting.co.za>
2015-05-24 22:40:22martin.panterlinkissue24278 messages
2015-05-24 22:40:22martin.pantercreate