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

Python3.12 support: Use importlib instead of deprecated imp module #8804

Open
belforte opened this issue Nov 21, 2024 · 0 comments
Open

Python3.12 support: Use importlib instead of deprecated imp module #8804

belforte opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@belforte
Copy link
Member

belforte commented Nov 21, 2024

In view of deprecated imp being removed we need to make sure that server code does not use it.

Maybe also a good time to look into replacing use of __import__() with importlib.import_module().

Better yet, try to run e.g. TW in a python3.12 container

reference: dmwm/CRABClient#5350

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

No branches or pull requests

2 participants