Skip to content

rlp.decode does not allow memoryview objects #115

Description

@pipermerriam

What is wrong

Python docs include memoryview in the list of bytes-like objects:

https://docs.python.org/3/glossary.html#term-bytes-like-object

rlp.decode rejects a memoryview

How can it be fixed.

Include it in the allowed types.

Activity

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions