8000 Sync with CPython (docstring of call_exception_handler) · python/asyncio@cecfb3d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit cecfb3d

Browse files
committed
Sync with CPython (docstring of call_exception_handler)
1 parent 3f3c030 commit cecfb3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asyncio/base_events.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,9 @@ def call_exception_handler(self, context):
12381238
- 'handle' (optional): Handle instance;
12391239
- 'protocol' (optional): Protocol instance;
12401240
- 'transport' (optional): Transport instance;
1241-
- 'socket' (optional): Socket instance.
1241+
- 'socket' (optional): Socket instance;
1242+
- 'asyncgen' (optional): Asynchronous generator that caused
1243+
the exception.
12421244
12431245
New keys maybe introduced in the future.
12441246

0 commit comments

Comments
 (0)
0