Thanks to the (many!) authors for the PEP!
I do have a slight concern with the ‘global lazy imports flag’ (-X lazy_imports=...), as it is the part of the PEP which seems to me to stand in opposition to the explicit aspect of the new lazy import ... syntax. I worry that this will become a hidden secret hack ™ that will proliferate as a way to easily increase performance with zero other changes, etc. This means that I as a libary author would potentially be liable for an influx of bug reports that my library doesn’t work with lazy imports, even though I haven’t tested for or intend to use them.
Would it be going to far to make this an opt-in build time (configure) option, or add strong language in the docs warning against using the flag for ordinary users?
A