This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: Add loop.get_exception_handler method
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, vstinner, yselivanov
Priority: normal Keywords:

Created on 2016-05-16 19:19 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg265723 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-16 19:19
This is a proxy issue for https://github.com/python/asyncio/pull/345
msg265728 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-16 19:32
New changeset f51ecf47d416 by Yury Selivanov in branch '3.5':
Issue #27040: Add loop.get_exception_handler method
https://hg.python.org/cpython/rev/f51ecf47d416

New changeset a3db6aee74f3 by Yury Selivanov in branch 'default':
Merge 3.5 (issue #27040)
https://hg.python.org/cpython/rev/a3db6aee74f3
msg265737 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-05-16 23:02
> resolution:  -> fixed

Hum, it looks like the new method is not documented :-(

https://docs.python.org/dev/library/asyncio-eventloop.html#error-handling-api
msg265738 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-16 23:03
Give it some time ;)
https://hg.python.org/cpython/rev/83450939b106
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71227
2016-05-16 23:03:06yselivanovsetmessages: + msg265738
2016-05-16 23:02:09vstinnersetmessages: + msg265737
2016-05-16 19:32:51python-devsetnosy: + python-dev
messages: + msg265728
2016-05-16 19:19:48yselivanovsetstatus: open -> closed
resolution: fixed
2016-05-16 19:19:40yselivanovcreate