Message 151351 - Python tracker
Message151351
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, pitrou, skrah |
| Date | 2012-01-16.11:47:45 |
| SpamBayes Score | 0.0848882 |
| Marked as misclassified | No |
| Message-id | <1326714466.61.0.307345341911.issue13797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Reviewing Stefan's work on #10181 suggests to me that option 3 is the only feasible approach. (Allowing memoryview subclasses will permit types to pass their own state between __getbuffer__ and __releasebuffer__) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-01-16 11:47:46 | ncoghlan | set | recipients: + ncoghlan, pitrou, skrah |
| 2012-01-16 11:47:46 | ncoghlan | set | messageid: <1326714466.61.0.307345341911.issue13797@psf.upfronthosting.co.za> |
| 2012-01-16 11:47:46 | ncoghlan | link | issue13797 messages |
| 2012-01-16 11:47:45 | ncoghlan | create | |