Comment 2 for bug 1078216

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

I'm marking this confirmed because, lookign through the code briefly, the lifecycle doesn't get assigned until a long ways down into start(), and there seems to be no __init__ in UnitAgent (and BaseAgent simply calls its super's init). So this seems a valid race which should perhaps be patched at UnitAgent's (new) __init__.