#32074: Python 3.10 compatibility
-------------------------------------+-------------------------------------
Reporter: Mariusz Felisiak | Owner: Mariusz
| Felisiak
Type: New feature | Status: new
Component: Core (Other) | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by GitHub <noreply@…>):
In [changeset:"53fad80ffe16ab4edb713b1ef0090d0fcf63565a" 53fad80]:
{{{
#!CommitTicketReference repository=""
revision="53fad80ffe16ab4edb713b1ef0090d0fcf63565a"
[3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of
get_event_loop() on Python 3.7+.
Using asyncio.get_event_loop() when there is no running event loop was
deprecated in Python 3.10, see https://bugs.python.org/issue39529.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32074#comment:23>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.ce634e35e6cdbd641c626f70be027cc1%40djangoproject.com.