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 mark.dickinson
Recipients kermode, loewis, mark.dickinson, ncoghlan, pitrou, rupole, teoliphant
Date 2011-01-07.09:10:24
SpamBayes Score 0.0001232495
Marked as misclassified No
Message-id <1294391425.36.0.876127100717.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
> an internal data structure keyed off 
> the Py_buffer address.

If we're using the Py_buffer address coming into getbuffer as a key, then we probably shouldn't be using a stack address, since it would be difficult to guarantee uniqueness that way.
History
Date User Action Args
2011-01-07 09:10:25mark.dickinsonsetrecipients: + mark.dickinson, loewis, teoliphant, ncoghlan, rupole, kermode, pitrou
2011-01-07 09:10:25mark.dickinsonsetmessageid: <1294391425.36.0.876127100717.issue10181@psf.upfronthosting.co.za>
2011-01-07 09:10:24mark.dickinsonlinkissue10181 messages
2011-01-07 09:10:24mark.dickinsoncreate