Commit b62ad78d authored by Guido van Rossum's avatar Guido van Rossum

Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py.

parent 52bca3e7
......@@ -1668,9 +1668,6 @@ class ByteString(Sequence[int], extra=collections_abc.ByteString):
__slots__ = ()
ByteString.register(type(memoryview(b'')))
class List(list, MutableSequence[T], extra=list):
__slots__ = ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment