* status: new => closed
* resolution: => invalid
Comment:
Thanks for the report, however according to
[https://docs.python.org/3/library/asyncio-
eventloop.html#asyncio.get_running_loop Python docs]
`asyncio.get_running_loop()`:
> ''"Return the running event loop in the current OS thread.''
> ''Raise a RuntimeError if there is no running event loop."''
If `asyncio.get_running_loop()` returns a non-running event loop for you,
I'd consider this an issue in Python, not in Django itself.
--
Ticket URL: <https://code.djangoproject.com/ticket/34737#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.