[omniORB] threading module change in Python 2.6
    Duncan Grisby 
    duncan at grisby.org
       
    Thu Jun 18 11:15:06 BST 2009
    
    
  
On Wednesday 17 June, Luke Deller wrote:
> In Python 2.6 the "__started" attribute of threading.Thread instances
> has been changed from a Boolean to a threading.Event instance.
> 
> http://svn.python.org/view/python/branches/release26-maint/Lib/threading.py?view=diff&r1=61099&r2=61100
> 
> The omniORBpy WorkerThread class needs to be updated accordingly.  See
> attached for a proposed patch.
Thanks. I've applied your patch. It's really annoying that omniORBpy has
to know things about the internal threading implementation, Maybe I
should propose an API in the threading module so it can avoid these
things...
Cheers,
Duncan.
-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --
    
    
More information about the omniORB-list
mailing list