On Fri, Mar 12, 2021 at 8:24 AM Paul Bryan <[email protected]> wrote: > > Probably one of countless examples of performing lazy imports, for precisely > the reason of preventing circular imports: > https://github.com/fondat/fondat-core/blob/main/fondat/lazy.py >
In the case of circular imports, at what point should the lazy import be resolved? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/J63KSEX5B3UC6SHQ4ZZJK4G4DUUTIUZW/ Code of Conduct: http://python.org/psf/codeofconduct/
