Skip to content
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

Modernise built-in submodule importer #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mal
Copy link
Member

@mal mal commented Oct 8, 2023

The deprecated imp module has been removed in Python 3.12.

This change works by implementing the MetaPathFinder API, and returning a ModuleSpec which tells the other import machinery to use the BuiltinImporter provided as part of Python proper to handle loading of these modules.

Tested with Ren'Py 8.1.3.

The deprecated imp module is being removed in Python 3.12.
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.

None yet

1 participant