Re: RE: DorothyLocker and Tool diff

Georg Bauer <gb-BRhJDZTO+/[email protected]> Thu, 15 Jul 2004 16:11:39 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> One caveat I forgot to mention: DorothyLocker *is* complicated stuff, 
> and
> *might* induce more errors than it's worth. Georg, you might want to 
> make it
> optional rather than inbuilt.

Ok, I added your patch and made the self.lock = .... code dependend on 
_PyDS.verbose - so if you start with -v, you will get your 
DorothyLocker, if you start without, you will use standard RLock. I 
didn't test this, so if something breaks with current CVS code, please 
tell the list.

bye, Georg