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
address review
  • Loading branch information
AlexWaygood committed May 13, 2024
commit 6f25644db6b13d00809d260792df8cdca5a00563
1 change: 0 additions & 1 deletion Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7434,7 +7434,6 @@ def athrow(self, typ, val=None, tb=None):
pass

async def g(): yield 0
g = g()

self.assertIsSubclass(G, typing.AsyncGenerator)
self.assertIsSubclass(G, typing.AsyncIterable)
Expand Down