[Cython] Problems in Py 3.0.1

Stefan Behnel stefan_ml at behnel.de
Sat Feb 21 18:29:56 CET 2009


Stefan Behnel wrote:
> Dag Sverre Seljebotn wrote:
>> To be clearer, runtests.py works with the refnanny without the normal 
>> Cython build happening first (runtests.py uses pyximport to build it). 
>> To test e.g. lxml with the refnanny under Python 3 you would need to 
>> manually compile and install Cython/Runtime/refnanny.pyx
> 
> Then the next step is to port pyximport to Py3, right? :)

ah, and: make it work even if Cython cannot be imported due to SyntaxErrors.

http://trac.cython.org/cython_trac/ticket/214

Stefan


More information about the Cython-dev mailing list