hi, is there a reason why (in SLP 2.0) The following seems not to work: class C: def t1(): pass uthread.new(C.t1) while this works; def t1(): pass uthread.new(t1) Best, Jacob _______________________________________________ Stackless mailing list Stackless at starship.python.net http://starship.python.net/mailman/listinfo/stackless