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: New error handling API
Type: enhancement Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, vstinner, yselivanov
Priority: normal Keywords:

Created on 2014-02-18 22:57 by yselivanov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg211566 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-02-18 22:57
This is a proxy issue for https://code.google.com/p/tulip/issues/detail?id=80
msg211567 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-18 23:02
New changeset 7c1de1ebb894 by Yury Selivanov in branch 'default':
asyncio: New error handling API. Issue #20681.
http://hg.python.org/cpython/rev/7c1de1ebb894
msg213835 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-17 06:31
New changeset 3e592444da2f by Yury Selivanov in branch '3.4':
asyncio: New error handling API. Issue #20681.
http://hg.python.org/cpython/rev/3e592444da2f
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64880
2014-03-17 06:31:13python-devsetmessages: + msg213835
2014-02-18 23:02:52python-devsetnosy: + python-dev
messages: + msg211567
2014-02-18 22:57:33yselivanovsetstatus: open -> closed
resolution: fixed
2014-02-18 22:57:25yselivanovcreate