E478 Record arrays with fields that contain multiple objects will segfault on array.resize · Issue #4857 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
Record arrays with fields that contain multiple objects will segfault on array.resize #4857
@fgregg

Description

@fgregg

This short script will always segfault for me.

import numpy
dtype = [('multiple objects', object, 2)]
a = numpy.ones(10, dtype=dtype)
a.resize(15,)
print a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0