Message 156479 - Python tracker
Message156479
| Author | scoder |
|---|---|
| Recipients | alex, eric.snow, ncoghlan, pitrou, rhettinger, scoder, skrah |
| Date | 2012-03-21.06:59:12 |
| SpamBayes Score | 5.3472086e-05 |
| Marked as misclassified | No |
| Message-id | <1332313153.05.0.665267832484.issue13797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ok, just for the record: a single __buffer__() special method with delegation-only semantics would also work for Cython. Taking this path would provide a cleaner separation of the (then delegation-only) Python level protocol and the (all purpose) C level protocol. I think I'd prefer that. I assume __buffer__() takes no arguments, right? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-21 06:59:13 | scoder | set | recipients: + scoder, rhettinger, ncoghlan, pitrou, alex, skrah, eric.snow |
| 2012-03-21 06:59:13 | scoder | set | messageid: <1332313153.05.0.665267832484.issue13797@psf.upfronthosting.co.za> |
| 2012-03-21 06:59:12 | scoder | link | issue13797 messages |
| 2012-03-21 06:59:12 | scoder | create | |