Magnus Lie Hetland wrote: > I have now troid all eight combinations of declaring/not declaring the > method in each class, and I get the error if and only if the method is > declared in Foo (the shared superclass), regardless of what I do in > the other classes.
Sounds like a bug that was fixed a while ago, although I don't remember where it was fixed (hopefully cython-devel). Could you try with the latest developer versions from the cython-devel and/or cython-unstable branch? Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
