[Cython] Cython 0.11 release candidate

Stefan Behnel stefan_ml at behnel.de
Mon Mar 9 20:32:26 CET 2009


Neal Becker wrote:
> Dag Sverre Seljebotn wrote:
> 
>> Stefan Behnel wrote:
>>> 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.
>> Unless something's changed since I did it, runtests.py always maintains
>> its own compilation of refnanny in BUILD (to make refnanny development
>> easier). It doesn't rebuild it if it is already present in BUILD with a
>> newer timestamp than source though.
> 
> One thing that might be a clue:
> 
> The rpm build procedure will do:
> 
> python setup.py build
> python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
> python runtests.py

Yes, I think the patch that I just pushed to cython-devel might fix this.
Please give it a try.

Stefan



More information about the Cython-dev mailing list