[snip] > class nameB: > def __init__(self, sema): > self.sema = sema > <do some stuff> > > def run(self): > self.semaA.acquire() > <do some stuff> > I think here Kent meant self.sema.acquire() [snip] _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
- Re: [Tutor] Unit testing Luke Paireepinart
- Re: [Tutor] Unit testing Roel Schroeven
- Re: [Tutor] Unit testing Tino Dai
- Re: [Tutor] Unit testing Terry Carroll
- Re: [Tutor] Unit testing Terry Carroll
- Re: [Tutor] Unit testing Tino Dai
- [Tutor] Threading synchronizat... Terry Carroll
- Re: [Tutor] Unit testing Christopher Arndt
- Re: [Tutor] Unit testing Tino Dai