Skip to content

Implement MetaPathFinder.find_spec method in MyFinder subclass #2847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

fumoboy007
Copy link
Contributor

The MyFinder subclass of MetaPathFinder currently only implements the deprecated find_module method. That deprecated method was removed in Python 3.12. This change adds an implementation for its replacement method called find_spec.

The `MyFinder` subclass of [`MetaPathFinder`](https://docs.python.org/3.11/library/importlib.html#importlib.abc.MetaPathFinder) currently only implements the deprecated `find_module` method. That deprecated method was [removed](python/cpython#98059) in Python 3.12. This change adds an implementation for its replacement method called `find_spec`.
@east825
Copy link
Contributor

east825 commented Jul 10, 2025

Merged, thanks for the fix! Sorry it took so long.

@east825
Copy link
Contributor

east825 commented Jul 11, 2025

Merged. Thanks for noticing and contributing the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants