On Fri, Oct 8, 2021 at 8:55 PM Sam Gross <colesbury@gmail.com> wrote:
the "nogil" interpreter stays within the same interpreter loop for many Python function calls, while upstream CPython
recursively calls into _PyEval_EvalFrameDefault.

Not for much longer though. https://github.com/python/cpython/pull/28488

--
--Guido van Rossum (python.org/~guido)