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 ncoghlan
Recipients kermode, loewis, mark.dickinson, ncoghlan, pitrou, rupole, teoliphant
Date 2011-01-07.09:34:48
SpamBayes Score 0.0181488
Marked as misclassified No
Message-id <1294392890.91.0.42273220713.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
It only needs to be unique for the lifetime of the buffer reference - for a Py_buffer struct on the stack, by the time the relevant C stack frame goes away, ReleaseBuffer should already have been called.
History
Date User Action Args
2011-01-07 09:34:50ncoghlansetrecipients: + ncoghlan, loewis, teoliphant, mark.dickinson, rupole, kermode, pitrou
2011-01-07 09:34:50ncoghlansetmessageid: <1294392890.91.0.42273220713.issue10181@psf.upfronthosting.co.za>
2011-01-07 09:34:48ncoghlanlinkissue10181 messages
2011-01-07 09:34:48ncoghlancreate