You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently _xxsubinterpreters.run_string() fails if the interpreter has other threads running, e.g. subthreads created by a previous run_string() call. This should be fixed to allow other threads to be running.