mirror of https://github.com/python/cpython
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6)
This commit is contained in:
commit
06060725b4
|
@ -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__ = ()
|
||||
|
|
Loading…
Reference in New Issue