Re: Lazy Imports -- I Like This Idea

2026-03-27 Thread Piergiorgio Sartor
On 26/03/2026 02.40, Lawrence D’Oliveiro wrote: So Python 3.15 will introduce a new, “lazy” import mechanism . So far I have done one script where I moved an import into the function where it was used, instead of doing it globally; this reduced the script start

Re: Lazy Imports -- I Like This Idea

2026-03-27 Thread Thomas Passin
On 3/27/2026 2:09 PM, Piergiorgio Sartor wrote: On 26/03/2026 02.40, Lawrence D’Oliveiro wrote: So Python 3.15 will introduce a new, “lazy” import mechanism . So far I have done one script where I moved an import into the function where it was used, instead of