]> granicus.if.org Git - python/commit
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
authorYury Selivanov <yury@magic.io>
Tue, 15 Nov 2016 20:20:34 +0000 (15:20 -0500)
committerYury Selivanov <yury@magic.io>
Tue, 15 Nov 2016 20:20:34 +0000 (15:20 -0500)
commit0ed20cdfb723c68d604eddec0fc66436ce18e9c0
tree6072de95ce4b4e1ba186021bf29bf4ee3d4c25f8
parent2f841442354f41f2490cef76e9ba24bfef9dfbea
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
Lib/asyncio/coroutines.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS