[Cython] Bug in multiplied tuple optimization

Vitja Makarov vitja.makarov at gmail.com
Sun Jan 29 15:10:03 CET 2012


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

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

-- 
vitja.


More information about the cython-devel mailing list