(original) (raw)


On Apr 1, 2012 8:54 AM, "Benjamin Peterson" <benjamin@python.org> wrote:
>
> 2012/3/31 Guido van Rossum <guido@python.org>:
> > Try reducing sys.setcheckinterval().
>
> setcheckinterval() is a no-op since the New-GIL. sys.setswitchinterval
> has superseded it

Ah, that's at least one thing wrong with my initial attempt - I was still thinking in terms of "number of bytecodes executed". Old habits die hard :)

--
Sent from my phone, thus the relative brevity :)