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 kermode
Recipients jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant
Date 2011-06-27.20:03:59
SpamBayes Score 0.0061579696
Marked as misclassified No
Message-id <4E08E22C.50404@telus.net>
In-reply-to <1309199787.8.0.808617443659.issue10181@psf.upfronthosting.co.za>
Content
It would if the proposed PyManagedBuffer only releases the Py_buffer 
struct - calls PyBuffer_Release - when its Python reference count goes 
to zero. So a separate reference count will be maintained instead.
History
Date User Action Args
2011-06-27 20:04:00kermodesetrecipients: + kermode, teoliphant, mark.dickinson, ncoghlan, rupole, pitrou, pv, skrah, jcon, petri.lehtinen
2011-06-27 20:03:59kermodelinkissue10181 messages
2011-06-27 20:03:59kermodecreate