Stefan Behnel <sco...@users.sourceforge.net> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to