Skip to content

Conversation

ndrezn
Copy link
Member

@ndrezn ndrezn commented Oct 10, 2025

Closes #3139

Comment on lines +2064 to 2065
# find_spec should return None on __main__ but doesn't
# on some Python versions https://bugs.python.org/issue14710
Copy link
Member Author

@ndrezn ndrezn Oct 10, 2025

Choose a reason for hiding this comment

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

Maybe this comment no longer applies but I'm not sure how to test

Copy link
Contributor

Choose a reason for hiding this comment

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

No the comment is for old python versions not supported anymore.

Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

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

💃

Comment on lines +2064 to 2065
# find_spec should return None on __main__ but doesn't
# on some Python versions https://bugs.python.org/issue14710
Copy link
Contributor

Choose a reason for hiding this comment

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

No the comment is for old python versions not supported anymore.

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.

Fix pkgutil.find_loader deprecation warning

2 participants