Binary package “python3-aiotask-context” in ubuntu oracular

Store context information inside the asyncio.Task object

 This library is used to pass information between coroutine calls without the
 need to do it explicitly using the called coroutine args.
 .
 Supports both asyncio and uvloop loops.