Skip to content

Rewrite generation of _get_item_ #184

@jpfeuffer

Description

@jpfeuffer

First of all we should support get_item with e.g. strings for dict like objects.

But, even now for just size types it is not really correct

| cdef long _idx = $call_arg

It should first check for invalid indexes and only then convert to a fitting datatype. Currently we get signedness warnings because it is still a signed long type even after checking positivity.

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