Opened 3 years ago
Closed 3 years ago
#33227 closed Bug (duplicate)
Deprecation warnings with python 3.10
Reported by: | Mark Edwards | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | 3.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The following DeprecationWarning cases are occurring with python 3.10:
/usr/local/lib/python3.10/site-packages/django/utils/version.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
/usr/local/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop
Note:
See TracTickets
for help on using tickets.
Thanks for the ticket. These are already fixed in the 3.2 branch, see 8bebb1c04a40a8bb45368415cd01ccbf32fd3236 and 53fad80ffe16ab4edb713b1ef0090d0fcf63565a and #32074, expected to be released in 3.2.9 on Nov 1.