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.
Created on 2016年11月30日 18:44 by yselivanov, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| task_tb.patch | yselivanov, 2016年11月30日 18:44 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg282092 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年11月30日 18:44 | |
When a coroutine wrapped in a C asyncio.Task raises an Exception, the Task fails to correctly save the __traceback__. |
|||
| msg282198 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年12月01日 16:38 | |
New changeset c9f68150cf90 by Yury Selivanov in branch '3.6': Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. https://hg.python.org/cpython/rev/c9f68150cf90 New changeset a21a8943c59e by Yury Selivanov in branch 'default': Merge 3.6 (issue #28843) https://hg.python.org/cpython/rev/a21a8943c59e |
|||
| msg282199 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年12月01日 16:38 | |
Thanks for reviewing the patch, Inada-san. Closing the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:40 | admin | set | github: 73029 |
| 2016年12月01日 16:38:39 | yselivanov | set | status: open -> closed priority: release blocker -> normal type: behavior messages: + msg282199 resolution: fixed stage: resolved |
| 2016年12月01日 16:38:05 | python-dev | set | nosy:
+ python-dev messages: + msg282198 |
| 2016年11月30日 18:44:53 | yselivanov | create | |