Re: [Cython] Broken C++ compile test

2012-12-07 Thread Robert Bradshaw
On Fri, Dec 7, 2012 at 12:48 AM, Stefan Behnel wrote: > 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 an

Re: [Cython] Broken C++ compile test

2012-12-07 Thread Stefan Behnel
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. Appare