mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-126012: Add __class_getitem__
to memoryview
(#126013)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
dad3453129
commit
dc76a4ad3c
5 changed files with 11 additions and 1 deletions
|
@ -100,7 +100,7 @@ _UNPACKED_TUPLES = [
|
|||
|
||||
class BaseTest(unittest.TestCase):
|
||||
"""Test basics."""
|
||||
generic_types = [type, tuple, list, dict, set, frozenset, enumerate,
|
||||
generic_types = [type, tuple, list, dict, set, frozenset, enumerate, memoryview,
|
||||
defaultdict, deque,
|
||||
SequenceMatcher,
|
||||
dircmp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue