Stefan Behnel wrote: > > Stefan Behnel wrote: >> I also noticed tons of warnings in the C++ "compile" tests regarding >> useless code. I'm not sure why they pop up in Py3 and not in Py2. > > Those are actually due to the refnanny code. I had to disable the refnanny > in Py3, as we cannot currently compile Cython on that platform anyway, and > the refnanny is built as part of the normal Cython build.
Have you done a pull recently? I expect some certain useless code to be removed now. The refnanny can be as useful in Python 3 as in Python 2, though if it doesn't work that's certainly not a priority, as the issues it checks should be the same under both. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
