On May 2, 2008, at 12:46 AM, Kirill Smelkov wrote: > Hi Stefan, > > On Fri, May 02, 2008 at 09:13:10AM +0200, Stefan Behnel wrote: >> Hi, >> >> Kirill Smelkov wrote: >>> I still have 3 failures with latest cython-devel (b869698d6f22) >>> Attached is a log of 'python runtests.py' run on Debian testing. >> >> Thanks. That's running against Python 2.4, while the two tests >> were depending >> on Python 2.5 specifics (an exception message and new style >> exception types). >> I relaxed them a bit to run on Py2.3-2.5. >> >> The test runner script also prints the versions of Cython and >> Python now, to >> put some more context into the test log. > > [EMAIL PROTECTED]:~/src/tools/cython/cython-devel$ python runtests.py > Running tests against Cython 0.9.6.13.1 > Python 2.4.5 (#2, Mar 12 2008, 00:15:51) > [GCC 4.2.3 (Debian 4.2.3-2)] > > ... > > Ran 213 tests in 243.547s > > OK > > ---- > > Thanks!
Thanks for fixing this. It didn't make it into Cython 0.9.6.14 (which I pushed out this morning) but at least it's a bug in the testing code rather than in the compiler itself, and these changes will certainly be in the next release. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
