[Python-ideas] Detecting circular imports ?

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Nov 19 00:07:27 CET 2010


Georg Brandl wrote:
> But to think of
> that, you already need to suspect circular imports, and then it's easy
> to see it from the traceback anyway.

Right. Whenever I've had a problem with circular imports, it
was usually fairly obvious what the cause was.

-- 
Greg



More information about the Python-ideas mailing list