Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove test for GenericAlias iter reduce as they are not iterable bel…
…ow 3.11
  • Loading branch information
ionite34 authored Feb 25, 2023
commit ef6629a980d73bc69bf62984b540dca2fc216576
1 change: 0 additions & 1 deletion Lib/test/test_iter.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def __eq__(self, other):
(bytearray(8),),
((1, 2, 3),),
(lambda: 0, 0),
(tuple[int],) # GenericAlias
]

try:
Expand Down