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

2022-04-11 Thread Itamar O
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: > > > > Our experience in practice, though, has been that universally

[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-04-03 Thread Itamar O
On Sun, Apr 3, 2022 at 6:32 AM Nick Coghlan wrote: > On Fri, 1 Apr 2022, 6:47 pm Victor Stinner, wrote: > >> On Wed, Mar 30, 2022 at 5:42 PM Guido van Rossum >> wrote: >> >> I'm not convinced that advertising an API as being Unstable (in the >> documentation?) is going to solve any kind of

[Python-Dev] Re: my plans for subinterpreters (and a per-interpreter GIL)

2021-12-15 Thread Itamar O
On Wed, Dec 15, 2021 at 6:21 PM Guido van Rossum wrote: > On Wed, Dec 15, 2021 at 2:57 PM Guido van Rossum wrote: > >> >> I don't know how long that would take, but I suspect that a program that >> just increments the refcount relentlessly would have to run for hours >> before hitting this

[Python-Dev] Re: my plans for subinterpreters (and a per-interpreter GIL)

2021-12-15 Thread Itamar O
+1 for consolidated documentation about per-interpreter GIL. On Tue, Dec 14, 2021 at 9:12 AM Eric Snow wrote: > Hi all, > > I'm still hoping to land a per-interpreter GIL for 3.11. There is > still a decent amount of work to be done but little of it will require > solving any big problems: > >