Skip to content

replace imp.load_source by leveraging importlib.util.module_from_spec when using Python 3#4280

Merged
bartoldeman merged 2 commits intoeasybuilders:developfrom
branfosj:imp
Jun 12, 2023
Merged

replace imp.load_source by leveraging importlib.util.module_from_spec when using Python 3#4280
bartoldeman merged 2 commits intoeasybuilders:developfrom
branfosj:imp

Conversation

@branfosj
Copy link
Copy Markdown
Member

@branfosj branfosj commented Jun 11, 2023

Copy link
Copy Markdown
Contributor

@bartoldeman bartoldeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartoldeman bartoldeman merged commit cef915b into easybuilders:develop Jun 12, 2023
@branfosj branfosj deleted the imp branch June 12, 2023 12:14
@boegel boegel changed the title replace imp.load_source replace imp.load_source by leveraging importlib.util.module_from_spec when using Python 3 Jun 20, 2023
@boegel boegel added this to the next release (4.7.3?) milestone Jun 20, 2023
@boegel boegel added the change label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stop relying on imp (will no longer be available in Python 3.12)

3 participants