Investigating sage-tests segfaults I found that this code causes sigsegv:

def foo():
    return (0,) * len('abc')
foo()

-- 
vitja.
_______________________________________________
cython-devel mailing list
[email protected]
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to