Stefan Behnel, 07.12.2012 09:13:
> the question by Czarek Tomczak on the users list made me stumble into this
> old C++ test:
> 
> https://github.com/cython/cython/blob/master/tests/compile/cpp_operators.pyx
> 
> It's completely broken and only failed to fail because it was never
> executed. Apparently, the test runner shadowed it with the test of the same
> name in the tests/run/ directory.

Hmm, sorry. It's not shadowed, it's just disabled in bugs.txt.

Still, I wonder if this test actually makes sense - do we want to support
this kind of syntax for C++ classes, or can this test just die?

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to