Files
cpython/Lib
Yury Selivanov fdbeb2b4b6 Issue #24400: Resurrect inspect.isawaitable()
collections.abc.Awaitable and collections.abc.Coroutine no longer
use __instancecheck__ hook to detect generator-based coroutines.

inspect.isawaitable() can be used to detect generator-based coroutines
and to distinguish them from regular generator objects.
2015-07-03 13:11:35 -04:00
..
2015-07-03 00:41:40 -04:00
2015-05-25 21:25:09 -05:00
2015-05-23 10:41:30 -05:00
2015-05-23 17:24:22 -04:00
2015-05-30 10:57:56 -04:00