Skip to content

Register numpy arrays as a collections.abc.Sequence #631

@evhub

Description

@evhub

Currently, numpy arrays are not registered as a collections.abc.Sequence (see: numpy/numpy#2776). As a result, code like

[1, two] = np.array([1, 2])

fails. To solve this, Coconut should automatically register numpy arrays as Sequences.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions