Lines Matching refs:await
177 p = await asyncio.create_subprocess_exec(
180 out, _ = await p.communicate()
189 p = await asyncio.create_subprocess_exec(
192 _out, _ = await p.communicate()
210 commits = await gather_commits(version)
211 issues = await parse_issues(commits)
215 results = await asyncio.gather(*[get_bug(session, i) for i in issues])
229 content = await response.json()
235 p = await asyncio.create_subprocess_exec('git', 'shortlog', f'mesa-{version}..',
237 out, _ = await p.communicate()
311 shortlog, bugs = await asyncio.gather(