On Tue, Jan 13, 2015 at 3:20 PM, Simon King <simon.k...@uni-jena.de> wrote:
> Hi William,
>
> On 2015-01-13, William Stein <wst...@gmail.com> wrote:
>>> Ideally, there would be a category framework fully implemented in
>>> Cython---which is impossible, since you can't create cdef classes
>>> dynamically
>>> and also can not (yet?) create cdef classes inheriting from more than
>>> one base class.
>>>
>>
>> I've never heard of any even dreamlike hope for Cython to support multiple
>> inheritance.  I even asked Robert Bradshaw about this recently, and he
>> basically just said "nope".
>
> That's what I meant by "yet?" ;-)

:). It might be possible, but it'd be really, really messy (messier
than it is in C++, because one needs the shared PyObject_HEAD to be
correctly accessed by all the Python C API framework).

- Robert

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to