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.

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:13scodersetrecipients: + scoder, rhettinger, ncoghlan, pitrou, alex, skrah, eric.snow
2012-03-21 06:59:13scodersetmessageid: <1332313153.05.0.665267832484.issue13797@psf.upfronthosting.co.za>
2012-03-21 06:59:12scoderlinkissue13797 messages
2012-03-21 06:59:12scodercreate