[PyQt] Are QThreads compatible with python's threading.RLock?

Phil Thompson phil at riverbankcomputing.com
Sat Jul 26 08:48:53 BST 2008


On Fri, 25 Jul 2008 17:41:22 -0400, Darren Dale <dsdale24 at gmail.com> wrote:
> 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?

Other than the fact that they will both be implemented using the same OS
primitives, Python's and Qt's threading know nothing about each other.

Phil



More information about the PyQt mailing list