Skip to content

Wrap coroutines passed to asyncio.wait in tasks

Leo P. Singer requested to merge leo-singer/gwcelery:asyncio.create_task into main

From Python 3.11 onward, asyncio.wait does not automatically wrap coroutines in tasks.

Merge request reports