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
closes#368
There is more involved with migrating to `find_spec()` and Python's new
enterprise-quality API. We may not be able to fashion a compat wrapper
that mimics the old find_module() API.
- `find_spec()` returns `importlib.machinery.ModuleSpec` object, unlike
`find_module()` which returns 3 values.
- `host.py` sends the result to `imp.load_module()` ...
Reverts the following:
8df2861a29f34ee29e4df
0 commit comments