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

2018-01-25 Thread Jeroen Demeyer
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. _

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

2018-01-25 Thread Elizabeth A. Fischer
No. Python2 is obsolete, old style classes even more so. On Thu, Jan 25, 2018 at 12:22 PM Jeroen Demeyer wrote: > 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

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

2018-01-25 Thread Robert Bradshaw
No, we don't care about supporting this, but we should detect and reject it informatively when possible. On Thu, Jan 25, 2018 at 9:40 AM, Elizabeth A. Fischer wrote: > No. Python2 is obsolete, old style classes even more so. > > On Thu, Jan 25, 2018 at 12:22 PM Jeroen Demeyer wrote: >> >> Do we

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

2018-01-25 Thread Jeroen Demeyer
On 2018-01-25 18:54, Robert Bradshaw wrote: No, we don't care about supporting this, but we should detect and reject it informatively when possible. Good. I'll create a PR. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/