python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

Fix iscoroutinefunction() to support mock/proxy obejcts #459

Closed 1st1 closed 7 years ago

1st1 commented 7 years ago

This makes asyncio.iscoroutinefunction more robust and fixes issue #458.