On Sep 18, 2009, at 12:12 , Stefan Behnel wrote: > > 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?
Tried with cython-devel now. Had some trouble getting that to run -- the test_tm.py file in the Plex directory tried to import TransitionMaps, which was nowhere to be found, it seemed. Also several tests were run that just crashed (maybe because of my quick-and-dirty install -- just copying the relevant directory to where I was testing ;-) But: Yes. When I got it to run, I got the same error. If you'd like to have a look, here's the setup I'm using (a couple of kB): http://www.idi.ntnu.no/~mlh/cybug.zip Just run make, and you should see the error. -- Magnus Lie Hetland http://hetland.org _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
