Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) ↵ | Miss Islington (bot) | 2018-05-28 | 1 | -4/+5 |
| | | | | | | | (GH-7173) (cherry picked from commit 989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006) Co-authored-by: Yury Selivanov <yury@magic.io> | ||||
* | bpo-32311: Implement asyncio.create_task() shortcut (#4848) | Andrew Svetlov | 2017-12-15 | 1 | -0/+75 |
* Implement functionality * Add documentation |