We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = 'https://github.com/1st1' closed_at = <Date 2016-11-15.20:18:54.686> created_at = <Date 2016-11-15.20:18:49.195> labels = ['type-bug', '3.7', 'expert-asyncio'] title = 'Fix asyncio.iscoroutinefunction to handle Mock objects' updated_at = <Date 2016-11-15.20:21:42.669> user = 'https://github.com/1st1'
bugs.python.org fields:
activity = <Date 2016-11-15.20:21:42.669> actor = 'python-dev' assignee = 'yselivanov' closed = True closed_date = <Date 2016-11-15.20:18:54.686> closer = 'yselivanov' components = ['asyncio'] creation = <Date 2016-11-15.20:18:49.195> creator = 'yselivanov' dependencies = [] files = [] hgrepos = [] issue_num = 28703 keywords = [] message_count = 2.0 messages = ['280886', '280887'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'python-dev', 'yselivanov'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28703' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']
The text was updated successfully, but these errors were encountered:
Proxy for python/asyncio#459
Sorry, something went wrong.
New changeset 179e556a50ce by Yury Selivanov in branch '3.5': Issue bpo-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 bpo-28703) https://hg.python.org/cpython/rev/4d78290b1d8e
New changeset 298c53e2461f by Yury Selivanov in branch 'default': Merge 3.6 (issue bpo-28703) https://hg.python.org/cpython/rev/298c53e2461f
mock.Mock()._is_coroutine = False
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarou…
07aeb74
…nds (#94926)
pythongh-72889: Remove redundant mock.Mock()._is_coroutine = False wo…
ed2722b
…rkarounds (pythonGH-94926) (cherry picked from commit 07aeb74) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
8d0249e
…nds (GH-94926) (cherry picked from commit 07aeb74) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
1st1
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: