bpo-41718: importlib no longer imports warnings by vstinner · Pull Request #24981 · python/cpython
Conversation
The importlib module no longer imports warnings at startup, but only imports it when a deprecated function is called.
Oh, many others modules import warnings. Moreover, importlib doesn't seem to be imported at Python startup anymore. So this change is no useful for now for https://bugs.python.org/issue41718. I abandon this one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters