[Cython] Broken C++ compile test

Stefan Behnel stefan_ml at behnel.de
Fri Dec 7 09:48:42 CET 2012


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



More information about the cython-devel mailing list