Issue 27276: FileFinder.find_spec() incompatible with finder specification (original) (raw)
Issue27276
Created on 2016-06-09 04:58 by paulmar, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (1) | ||
---|---|---|
msg267961 - (view) | Author: Paul Marinescu (paulmar) | Date: 2016-06-09 04:58 |
importlib.machinery.FileFinder.find_spec is incompatible with importlib.abc.MetaPathFinder.find_spec (different number of arguments). The following leads to a runtime error: loader = (importlib.machinery.SourceFileLoader, importlib.machinery.SOURCE_SUFFIXES) sys.meta_path.append(importlib.machinery.FileFinder('/', loader)) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:32 | admin | set | github: 71463 |
2016-06-09 05:00:24 | paulmar | set | status: open -> closedresolution: not a bug |
2016-06-09 04:58:21 | paulmar | create |