[Cython] Multiple inheritance with old-style classes in Python 2?

Jeroen Demeyer J.Demeyer at UGent.be
Thu Jan 25 06:12:14 EST 2018


Do we want to support Python 2 old-style classes for multiple 
inheritance? Personally, I don't think that we should, but it's 
something that has to be decided.

The reason I ask is that my code from 
https://github.com/cython/cython/pull/2033 is actually broken when given 
an old-style class.


More information about the cython-devel mailing list