Skip to content

BUG: Exceptions not propagated from c_is_list_like in lib.pyx #33721

Closed
@shwina

Description

@shwina

Python exceptions originating in c_is_list_like() are not propagated as the function doesn't declare an exception value (except -1).

https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/lib.pyx#L988

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions