This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paulmar
Recipients paulmar
Date 2016-06-09.04:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465448301.41.0.520975382253.issue27276@psf.upfronthosting.co.za>
In-reply-to
Content
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
2016-06-09 04:58:21paulmarsetrecipients: + paulmar
2016-06-09 04:58:21paulmarsetmessageid: <1465448301.41.0.520975382253.issue27276@psf.upfronthosting.co.za>
2016-06-09 04:58:21paulmarlinkissue27276 messages
2016-06-09 04:58:21paulmarcreate