mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py.
This commit is contained in:
parent
4145c83806
commit
5e2a0ef2ee
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue