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

Merged
merged 1 commit into from
Dec 17, 2024

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.
@renpytom renpytom merged commit d219c29 into renpy:master Dec 17, 2024
@mal mal deleted the modernise-importer branch December 17, 2024 23:21
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