PEP 690: Lazy Imports

I am fairly concerned with the effect this would have given how much code in python does actively cause side effects. Even just subclassing a class in a different module creates non-local side effects. I don’t think changing the behavior of import is going to do anything other than cause significant headaches.

On the other hand I do think that modules could use an upgrade so we could avoid the issue at the source instead of trying to skirt around it.