[Python-Dev] Re: Lazy Imports [was: Declarative imports]

2022-04-11 Thread Barry Warsaw
On Apr 11, 2022, at 13:10, Guido van Rossum wrote: > > On Mon, Apr 11, 2022 at 1:07 PM Itamar O wrote: > Breaking out the discussion about lazy imports. > It seems somewhat OT in the declarative imports thread. > > Yes and Yes (at least for the "thinking about" part). > Germán Méndez Bravo (Kro

[Python-Dev] Re: Lazy Imports [was: Declarative imports]

2022-04-11 Thread Guido van Rossum
On Mon, Apr 11, 2022 at 1:07 PM Itamar O wrote: > Breaking out the discussion about lazy imports. > It seems somewhat OT in the declarative imports thread. > > On Mon, Apr 11, 2022 at 10:50 AM Barry Warsaw wrote: > >> Thanks Carl, >> >> > On Apr 9, 2022, at 08:25, Carl Meyer wrote: >> > >> > Ou