mallo_c

Results 1 comments of mallo_c

The event loop is not being created even after running your snippet of code: ```python3 from asyncio import sleep, get_running_loop await sleep(0) get_running_loop() # RuntimeError: no running event loop ```...