Skip to content

API: be stricter in array_equivalent_object #55492

Open
@jbrockmendel

Description

@jbrockmendel

In array_equivalent_object there is a check

if not array_equivalent(x, y):

that I think we should (with deprecation cycle) change to

if not array_equivalent(x, y, strict=True):

Metadata

Metadata

Assignees

No one assigned

    Labels

    API - ConsistencyInternal Consistency of API/BehaviorNumeric OperationsArithmetic, Comparison, and Logical operations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions