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.

作者 pv
收信人 jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant
日期 2011-06-27.18:36:27
SpamBayes Score 0.01128371
Marked as misclassified
Message-id <1309199787.8.0.808617443659.issue10181@psf.upfronthosting.co.za>
In-reply-to
内容
Lenard Lindstrom writes:
> Using Python reference counting and the garbage collector to control 
> when PyBuffer_Release is called has problems.

That's not what's being suggested. The refcounting discussed here is an implementation detail internal to memoryview, and does not affect the possibility to implement `release()` and context management reliably.
历史
日期 用户 动作 参数
2011-06-27 18:36:27pv修改recipients: + pv, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, pitrou, skrah, jcon, petri.lehtinen
2011-06-27 18:36:27pv修改messageid: <1309199787.8.0.808617443659.issue10181@psf.upfronthosting.co.za>
2011-06-27 18:36:27pv链接issue10181 messages
2011-06-27 18:36:27pv创建