Skip to content

Implement find_spec() for _SixMetaPathImporter #349

@brettcannon

Description

@brettcannon

Related to #341 .

Implementing find_spec() should be straightforward by relying on find_module() and importlib.util.spec_from_loader() (which exists in all versions of Python where importlib would call find_spec()).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions