This short script will always segfault for me. ``` python import numpy dtype = [('multiple objects', object, 2)] a = numpy.ones(10, dtype=dtype) a.resize(15,) print a ```