Implement create_module() and exec_module() for _SixMetaPathImporter #341
Closed
Description
Use of load_module()
when exec_module()
is not defined will raise an ImportWarning
in Python 3.10.
Metadata
Assignees
Labels
No labels
Use of load_module()
when exec_module()
is not defined will raise an ImportWarning
in Python 3.10.