• Kevin Modzelewski's avatar
    Have to reset more state in PyEval_ReInitThreads · bf7b9b47
    Kevin Modzelewski authored
    We were having problems with spawning subprocesses from threads,
    since the children would inherit the "wait for another thread to acquire
    the gil" flag, but would not inherit the thread that would actually
    try to acquire the gil; this would make the child hang.
    bf7b9b47
threading.cpp 18.1 KB