On 01/03/2011 10:26 PM, Eduardo Habkost wrote:
> On Mon, Jan 03, 2011 at 08:34:07PM +0200, Michael Goldish wrote:
>> +
>> +context_data = threading.local()
>> +context_data.contexts = {}
> 
> Won't this create a single dictionary, only for one single thread,
> leaving all other threads with 'context_data.contexts' undefined?

Probably. I'll fix that.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to