Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Feature or enhancement
Proposal:
This method have been deprecated since Python 3.10
Athttps://github.com/python/cpython/blob/main/Lib/zipimport.py#L224-L225
msg= ("zipimport.zipimporter.load_module() is deprecated and slated for ""removal in Python 3.12; use exec_module() instead")
edit: Delay the removal time to 3.15
#125746 (comment)