Message 150322 - Python tracker (original) (raw)
New prototype with per-module import locks and deadlock avoidance. When a deadlock due to threaded circular imports is detected, the offending import returns the partially constructed module object (as would happen in single-threaded mode).
Probably lacks a test and some cleanup.