mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.5 (issue #27243)
This commit is contained in:
commit
711d25db48
13 changed files with 293 additions and 33 deletions
|
@ -1114,7 +1114,7 @@ class GrammarTests(unittest.TestCase):
|
|||
class Done(Exception): pass
|
||||
|
||||
class AIter:
|
||||
async def __aiter__(self):
|
||||
def __aiter__(self):
|
||||
return self
|
||||
async def __anext__(self):
|
||||
raise StopAsyncIteration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue