• Marius Wachtler's avatar
    Use cpythons lock implementation · a0b5c48a
    Marius Wachtler authored
    This switches the thread lock implementation to use a semaphore instead of a mutex.
    I hope this gets rid of the threading_local.py error on travis-ci.
    a0b5c48a
thread.cpp 7.86 KB