On Feb 8, 2010, at 10:57 AM, Robert Bradshaw wrote: > On Feb 8, 2010, at 7:33 AM, Stefan Behnel wrote: > >> >> The exact error depends on the order in which I declare the two >> methods. It >> seems that the last declaration wins. And Cython also doesn't >> complain >> about the constructor call right two methods above, so that seems to >> have >> worked. >> >> Is this supposed to work for regular C++ methods? > > Yes, this should have worked. I'm surprised there aren't any tests for > this...
OK, pushed a quick fix: http://hg.cython.org/cython-devel/rev/94c13764ba4a - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
