Re: Condition.wait(timeout) oddities

2011-05-23 Thread Floris Bruynooghe
On Monday, 23 May 2011 17:32:19 UTC, Chris Torek wrote: > In article > <94d1d127-b423-4bd4...@glegroupsg2000goo.googlegroups.com> > Floris Bruynooghe wrote: > >I'm a little confused about the corner cases of Condition.wait() with a > >timeout parameter in the threading module. > > > >When lookin

Re: Condition.wait(timeout) oddities

2011-05-23 Thread Chris Torek
In article <94d1d127-b423-4bd4-853c-d92da9ac7...@glegroupsg2000goo.googlegroups.com> Floris Bruynooghe wrote: >I'm a little confused about the corner cases of Condition.wait() with a >timeout parameter in the threading module. > >When looking at the code the first thing that I don't quite get is