Skip to content

Commit 308afa9

Browse files
committed
add missing 'context' parameter to Loop.create_task stub
1 parent a308f75 commit 308afa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

uvloop/loop.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class Loop:
5151
coro: Union[Awaitable[_T], Generator[Any, None, _T]],
5252
*,
5353
name: Optional[str] = ...,
54+
context: Optional[Any] = ...,
5455
) -> asyncio.Task[_T]: ...
5556
def set_task_factory(
5657
self,

0 commit comments

Comments
 (0)