You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hamster wheel: types.ModuleType() instead of module_from_spec()
Based on the python3 docs for imp.new_module(), I blindly transliterated
imp.new_module() to importlib.util.module_from_spec(). But that doesn't
work.
ref: https://stackoverflow.com/a/32175781
0 commit comments