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
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to