summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/format_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) ↵Miss Islington (bot)2018-05-281-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 Svetlov2017-12-151-0/+75
* Implement functionality * Add documentation