Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ef4d7 commit a1652daCopy full SHA for a1652da
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -1184,10 +1184,13 @@ Allows customizing how exceptions are handled in the event loop.
1184
* 'message': Error message;
1185
* 'exception' (optional): Exception object;
1186
* 'future' (optional): :class:`asyncio.Future` instance;
1187
+ * 'task' (optional): :class:`asyncio.Task` instance;
1188
* 'handle' (optional): :class:`asyncio.Handle` instance;
1189
* 'protocol' (optional): :ref:`Protocol <asyncio-protocol>` instance;
1190
* 'transport' (optional): :ref:`Transport <asyncio-transport>` instance;
- * 'socket' (optional): :class:`socket.socket` instance.
1191
+ * 'socket' (optional): :class:`socket.socket` instance;
1192
+ * 'asyncgen' (optional): Asynchronous generator that caused
1193
+ the exception.
1194
1195
.. note::
1196
0 commit comments