[PyQt] QThreadStorage

Phil Thompson phil at riverbankcomputing.com
Sat Jan 10 23:38:02 GMT 2009


On Sat, 10 Jan 2009 16:37:15 -0500, Jason Voegele <jason at jvoegele.com>
wrote:
> I've just noticed that the QThreadStorage class is not available in
PyQt4. 
> Is 
> there any particular reason for this?

It's a template class.

> Is there an alternative that I can
> use 
> for thread-local objects?

The Python threading module?

Phil


More information about the PyQt mailing list