Using version 1.6.2. Stumbled upon this issue while using format on indexed record arrays. ``` >>> import numpy >>> numpy.__version__ '1.6.2' >>> format(numpy.void("ABC"), "") Traceback (most recent call last): File "<console>", line 1, in <module> RuntimeError: maximum recursion depth exceeded while calling a Python object ```