I use a library that provides rudimentary thread safety of its objects and file I/O using threading.RLock from the python standard library. Could anyone tell me if PyQt4's QThreads are compatible with these recursive locks? Thanks, Darren