Thread Safe Any Object Originally published: 2007-12-21 15:32:31 Last updated: 2007-12-21 15:32:31 Author: Mik Lala This is a class I made to make any object thread safe using a simple RLock. It makes the whole thing as transparent as possible, using getattr.