Skip to content

BUG: format(numpy.void("ABC"),"") throws a RuntimeError #385

@jwoillez

Description

@jwoillez

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions