On Fri, Jan 29, 2010 at 02:44:54PM -0500, Joanmarie Diggs wrote: > The good news is that the deadlock is gone; the bad news is that the > original error which started all of this is back. (Sorry!)
Heh, you just put into practice what I theorized about in the big e-mail I just sent a few minutes ago. It looks like this problem can either be caused by a race, or from the side effects of a synchronous __del__. (Python does do async garbage collection, right?) I'm going to modify this fix some more, and hopefully make the __del__ method do less work. Thanks again, -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
