| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
when called from coroutines or callbacks.
|
| |
|
|
|
|
| |
See https://github.com/python/asyncio/pull/293 for details.
|
| |
|
| |
|
|
|
|
| |
implementation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Test that asyncio.iscoroutine() supports 'async def' coroutines and
collections.abc.Coroutine types.
|
| |
|
|
|