### 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.
What is wrong
Python docs include
memoryviewin the list of bytes-like objects:https://docs.python.org/3/glossary.html#term-bytes-like-object
rlp.decoderejects a memoryviewHow can it be fixed.
Include it in the allowed types.