Skip to content

Implement optional importlib.abc.MetaPathFinder.invalidate_caches() #1400

@moreati

Description

@moreati

mitogen.core.Importer originally implements importlib.abc.Finder, with one method find_module(fullname, path=None). Finder was deperecated in Python 3.3, removed in 3.12, replaced by importlib.abc.MetaPathFinder and importlib.abc.PathEntryFinder. Both have an optional invalidate_caches() method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    importerIssues impacting core.py, parent.py, and master.py's import client and servers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions