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 ebfe, georg.brandl, ggenellina, loewis, pitrou
Date 2008-12-29.13:26:34
SpamBayes Score 0.0011168164
Marked as misclassified No
Message-id <1230557195.8.0.172934389765.issue4746@psf.upfronthosting.co.za>
In-reply-to
Content
For me, when I read "You must not provide storage for the string
itself", it obviously means I mustn't do so *before calling the
PyArg_ParseTuple function*. It is also obvious that I am allowed to copy
the returned contents wherever I want, and it should be obvious to any C
programmer. So I don't see how the wording is misleading.
History
Date User Action Args
2008-12-29 13:26:35pitrousetrecipients: + pitrou, loewis, georg.brandl, ggenellina, ebfe
2008-12-29 13:26:35pitrousetmessageid: <1230557195.8.0.172934389765.issue4746@psf.upfronthosting.co.za>
2008-12-29 13:26:35pitroulinkissue4746 messages
2008-12-29 13:26:34pitroucreate