-
-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
Python 3.10Issues related to Python 3.10Issues related to Python 3.10Python 3.11Python 3.12untriaged
Milestone
Description
Recorded so it's in the issue tracker. With preview builds of Python 3.10 (where warnings are noisier than production Pythons), we get a lot of:
DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead
All the code which imports things like site_tools, etc. was reworked in the transition to supporting Python 3, but the approach taken is now deprecated and some further rework will be needed.
ivankravets
Metadata
Metadata
Assignees
Labels
Python 3.10Issues related to Python 3.10Issues related to Python 3.10Python 3.11Python 3.12untriaged