Re: [Python-Dev] Fwd: [ python-Patches-1744382 ] Read Write lock

2007-07-06 Thread Jean-Paul Calderone
On Fri, 6 Jul 2007 10:47:16 -0700, Mike Klaas <[EMAIL PROTECTED]> wrote: >On 6-Jul-07, at 6:45 AM, Yaakov Nemoy wrote: > >> >> I can do the other three parts, but I am wondering, how do I write a >> deterministic test unit for my patch? How is it done with the >> threading model in python in gener

Re: [Python-Dev] Fwd: [ python-Patches-1744382 ] Read Write lock

2007-07-06 Thread Mike Klaas
On 6-Jul-07, at 6:45 AM, Yaakov Nemoy wrote: > > I can do the other three parts, but I am wondering, how do I write a > deterministic test unit for my patch? How is it done with the > threading model in python in general? I don't know how it is done in general, but for reference, here are some