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.
1193
1193
* 'message': Error message;
1194
1194
* 'exception' (optional): Exception object;
1195
1195
* 'future' (optional): :class: `asyncio.Future ` instance;
1196
+ * 'task' (optional): :class: `asyncio.Task ` instance;
1196
1197
* 'handle' (optional): :class: `asyncio.Handle ` instance;
1197
1198
* 'protocol' (optional): :ref: `Protocol <asyncio-protocol >` instance;
1198
1199
* '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.
1200
1203
1201
1204
.. note ::
1202
1205
You can’t perform that action at this time.
0 commit comments