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.
1184
1184
* 'message': Error message;
1185
1185
* 'exception' (optional): Exception object;
1186
1186
* 'future' (optional): :class: `asyncio.Future ` instance;
1187
+ * 'task' (optional): :class: `asyncio.Task ` instance;
1187
1188
* 'handle' (optional): :class: `asyncio.Handle ` instance;
1188
1189
* 'protocol' (optional): :ref: `Protocol <asyncio-protocol >` instance;
1189
1190
* '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.
1191
1194
1192
1195
.. note ::
1193
1196
You can’t perform that action at this time.
0 commit comments