Message139323
| Author | pv |
|---|---|
| Recipients | jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant |
| Date | 2011-06-27.18:36:27 |
| SpamBayes Score | 0.01128371 |
| Marked as misclassified | No |
| Message-id | <1309199787.8.0.808617443659.issue10181@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-27 18:36:27 | pv | set | recipients: + pv, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, pitrou, skrah, jcon, petri.lehtinen |
| 2011-06-27 18:36:27 | pv | set | messageid: <1309199787.8.0.808617443659.issue10181@psf.upfronthosting.co.za> |
| 2011-06-27 18:36:27 | pv | link | issue10181 messages |
| 2011-06-27 18:36:27 | pv | create | |