mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
python: this also works in 3.11
This commit is contained in:
@@ -1521,7 +1521,7 @@ class With_await:
|
||||
def __await__(self):
|
||||
SINK1(self)
|
||||
OK() # Call not found
|
||||
return (yield from asyncio.coroutine(lambda: "")())
|
||||
return (yield from [])
|
||||
|
||||
|
||||
async def atest_await():
|
||||
|
||||
Reference in New Issue
Block a user