-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Remove use of pkgutil.find_loader #3476
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
base: dev
Are you sure you want to change the base?
Conversation
| # find_spec should return None on __main__ but doesn't | ||
| # on some Python versions https://bugs.python.org/issue14710 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
| # find_spec should return None on __main__ but doesn't | ||
| # on some Python versions https://bugs.python.org/issue14710 |
There was a problem hiding this comment.
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.
Closes #3139