Comment 1 for bug 716770

Revision history for this message
John A Meinel (jameinel) wrote :

Confirming that lazy_imports don't play well with multi-threading. It might be nice if we had some sort of flag that allowed the scope replacer objects to proxy, or possibly disable lazy importing entirely for a given command. Though because of circular imports, we probably can't disable it 100%.