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.

@vstinner

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.

Labels