Message139323
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. |
|
| 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: <[email protected]> |
| 2011-06-27 18:36:27 | pv | link | issue10181 messages |
| 2011-06-27 18:36:27 | pv | create | |
|