SIGN IN SIGN UP

gh-120417: Fix "imported but unused" linter warnings (#120461)

Add __all__ to the following modules:
importlib.machinery, importlib.util and xml.sax.

Add also "# noqa: F401" in collections.abc,
subprocess and xml.sax.

* Sort __all__; remove collections.abc.__all__; remove private names

* Add tests
V
Victor Stinner committed
05df063ad80becc1ba6bd07d67b55b5965f32375
Parent: ed60ab5
Committed by GitHub <noreply@github.com> on 6/14/2024, 6:39:50 PM