Re: Graham: Suggested change to importer.py

2006-08-13 Thread Dan Eloff
On 8/12/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote: On 13/08/2006, at 3:43 AM, Dan Eloff wrote: > I had some modules with circular imports and I only discovered that > this was a problem when I tried to discover why my modules were being > reimported constantly. I would suggest that this co

Re: Graham: Suggested change to importer.py

2006-08-12 Thread Graham Dumpleton
On 13/08/2006, at 3:43 AM, Dan Eloff wrote: I had some modules with circular imports and I only discovered that this was a problem when I tried to discover why my modules were being reimported constantly. I would suggest that this code be changed to log an error that explicitly tells you that t

Graham: Suggested change to importer.py

2006-08-12 Thread Dan Eloff
I had some modules with circular imports and I only discovered that this was a problem when I tried to discover why my modules were being reimported constantly. I would suggest that this code be changed to log an error that explicitly tells you that there's a circular import, and what the conseque