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.iscoroutinefunction to handle Mock objects
Type: behavior 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-11-15 20:18 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg280886 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-11-15 20:18
Proxy for https://github.com/python/asyncio/pull/459
msg280887 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-15 20:21
New changeset 179e556a50ce by Yury Selivanov in branch '3.5':
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
https://hg.python.org/cpython/rev/179e556a50ce

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

New changeset 298c53e2461f by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28703)
https://hg.python.org/cpython/rev/298c53e2461f
History
Date User Action Args
2022-04-11 14:58:39adminsetgithub: 72889
2016-11-15 20:21:42python-devsetnosy: + python-dev
messages: + msg280887
2016-11-15 20:18:54yselivanovsetstatus: open -> closed
resolution: fixed
2016-11-15 20:18:49yselivanovcreate