On Tue, Dec 14, 2010 at 12:10 AM, Stefan Behnel <[email protected]> wrote: > Lisandro Dalcin, 14.12.2010 00:46: >> No clue about what's going on here... >> >> $ python runtests.py py_unicode_type >> Python 2.6.4 (r264:75706, Jun 4 2010, 18:20:16) >> [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] >> >> Running tests against Cython 0.14.rc0 >> >> py_unicode_type.c:1:2: error: #error Do not use this file, it is the >> result of a failed Cython compilation. > > That was one of the three broken tests I meantioned earlier. Seems to be > fixed now.
Yep, I fixed that. It was a missing None check that was getting triggered. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
