The return of lazy imports for Python
The return of lazy imports for Python
Posted Dec 14, 2022 19:31 UTC (Wed) by warrax (subscriber, #103205)In reply to: The return of lazy imports for Python by xi0n
Parent article: The return of lazy imports for Python
Would that not be detectable via a quick check? How frequent are changes to the hooks?
Posted Dec 15, 2022 0:13 UTC (Thu)
by mathstuf (subscriber, #69389)
[Link]
The return of lazy imports for Python
While the direct configuration of hooks changing might be detectable, knowing what each hook cares about is…hard. Environment? Some module global state? Modules already loaded?
