Skip to content

No mappingproxy implementation? #221

@jruiss

Description

@jruiss

I'm trying to check class attributes with Class.__dict__ with python3, and there seems to be nothing I can do with the returned mappingproxy.

It can't be cast into a PyDict, using call_method "items" or "keys" returns dict_items, dict_keys which in turn cannot be cast into PyDict, PyList or PySequence.

Even calling Class.__dict__.__iter__() and trying cast into PyIterator didn't work.

Activity

added a commit that references this issue on Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jruiss

        Issue actions

          No mappingproxy implementation? · Issue #221 · dgrunwald/rust-cpython