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
gh-98040: Remove find_loader, find_module and other deprecated APIs #98059
base: main
Are you sure you want to change the base?
Conversation
warsaw
commented
Oct 7, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: Remove more deprecated importlib APIs from Python 3.12 #98040
Still lots of test failures and probably more things to remove, but it's a start! |
@brettcannon @ericsnowcurrently Well, this branch is already getting pretty big. Pull a thread, unravel a sweater. There's still some things to do (see the ticket), but it's not too late to provide feedback. I was pretty aggressive in removing things that seemed to be obsolete or testing obsolete APIs, so hopefully I wasn't too eager to remove things. Feedback welcome! |
However! pip 22.2.2 still relies on pkgutil.ImpImporter so these things cannot be removed until this issue is resolved: pypa/pip#11501