[Cython] Cython 0.11 release candidate

Stefan Behnel stefan_ml at behnel.de
Mon Mar 9 19:58:11 CET 2009


Neal Becker wrote:
> I am the maintainer for cython on fedora.

Ah, ok, that makes it more important.


> This was during the check phase (%check).

I assume this happens after building?


> If the test doesn't pass, at least I'll have to turn off the 
> checking, which would be unfortunate.
> 
> Are the tests expected to pass?

Yes. This looks like the refnanny can't be built. You can disable it using
"--no-refannny", although I would prefer a real fix. Did you check if the
directory in which you run the tests has a file "Cython/Runtime/refnanny.pyx"?

Actually, when Cython is tested after building, the refnanny should already
be ready for use, so there shouldn't be a reason to build it again.

Stefan



More information about the Cython-dev mailing list