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: Fix asyncio to support formatting of non-python coroutines
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

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

Pull Requests
URL Status Linked Edit
PR 552 closed dstufft, 2017-03-31 16:36
Messages (2)
msg278159 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-05 23:31
Like the ones that were compiled with Cython.
msg278160 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-05 23:34
New changeset 7bacd209ac4f by Yury Selivanov in branch '3.5':
Issue #28372: Fix asyncio to support formatting of non-python coroutines
https://hg.python.org/cpython/rev/7bacd209ac4f

New changeset f7550d535878 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #28372)
https://hg.python.org/cpython/rev/f7550d535878

New changeset 8bc3e9754b3d by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28372)
https://hg.python.org/cpython/rev/8bc3e9754b3d
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72558
2017-03-31 16:36:32dstufftsetpull_requests: + pull_request1058
2016-10-05 23:34:00python-devsetnosy: + python-dev
messages: + msg278160
2016-10-05 23:31:35yselivanovsetstatus: open -> closed
resolution: fixed
2016-10-05 23:31:28yselivanovcreate