File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1193,10 +1193,13 @@ Allows customizing how exceptions are handled in the event loop.
11931193 * 'message': Error message;
11941194 * 'exception' (optional): Exception object;
11951195 * 'future' (optional): :class: `asyncio.Future ` instance;
1196+ * 'task' (optional): :class: `asyncio.Task ` instance;
11961197 * 'handle' (optional): :class: `asyncio.Handle ` instance;
11971198 * 'protocol' (optional): :ref: `Protocol <asyncio-protocol >` instance;
11981199 * 'transport' (optional): :ref: `Transport <asyncio-transport >` instance;
1199- * 'socket' (optional): :class: `socket.socket ` instance.
1200+ * 'socket' (optional): :class: `socket.socket ` instance;
1201+ * 'asyncgen' (optional): Asynchronous generator that caused
1202+ the exception.
12001203
12011204 .. note ::
12021205
You can’t perform that action at this time.
0 commit comments