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 @@ -1184,10 +1184,13 @@ Allows customizing how exceptions are handled in the event loop.
11841184 * 'message': Error message;
11851185 * 'exception' (optional): Exception object;
11861186 * 'future' (optional): :class: `asyncio.Future ` instance;
1187+ * 'task' (optional): :class: `asyncio.Task ` instance;
11871188 * 'handle' (optional): :class: `asyncio.Handle ` instance;
11881189 * 'protocol' (optional): :ref: `Protocol <asyncio-protocol >` instance;
11891190 * 'transport' (optional): :ref: `Transport <asyncio-transport >` instance;
1190- * 'socket' (optional): :class: `socket.socket ` instance.
1191+ * 'socket' (optional): :class: `socket.socket ` instance;
1192+ * 'asyncgen' (optional): Asynchronous generator that caused
1193+ the exception.
11911194
11921195 .. note ::
11931196
You can’t perform that action at this time.
0 commit comments