X wcfs: threading.Lock -> sync.Mutex
prepares the code to be moved into pyx/nogil, as sync.Mutex - contrary to threading.Lock - is present also in pyx/nogil world.
Showing
Please register or sign in to comment
prepares the code to be moved into pyx/nogil, as sync.Mutex - contrary to threading.Lock - is present also in pyx/nogil world.