Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Issue#97850 is the meta issue tracking removals of long deprecated functions from importlib. This ticket tracks just the removals of the following previously deprecated APIs:
find_loader()find_module()impmoduleimportlib.abc.Finderpkgutil.ImpImporterpkgutil.ImpLoader
Linked PRs
- gh-98040: Remove just the
impmodule #98573 - gh-98040: Move the Single-Phase Init Tests Out of test_imp #102561
- gh-98040: Remove find_loader, find_module and other deprecated APIs #98059
- GH-98040: Suppress cross-references to the removed
impmodule #104131 - gh-98040: Fix importbench: use types.ModuleType() #105743
- [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) #105754