Fails to compile when I add
pyrex_gdb=True
to my setup.py file.
def test(param):
def test2():
x = param.x
rror compiling Cython file:
------------------------------------------------------------
...
def test(param):
def test2():
^
------------------------------------------------------------
container.pyx:2:4: Compiler crash in DebugTransform
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
