Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monkeypatch imp.find_module into the native modulefinder._find_module.
The modulefinder._find_module has an unpatched bug (python/cpython#84530) in py3.8, 3.9, 3.10. Neither imp.find_module, nor the buggy modulefinder._find_module, handles namespace packages... This fixes #130. #140, #141.
- Loading branch information