Settings

Theme

Finding Circular Imports in Python

github.com

7 points by brunovcosta a year ago · 3 comments

Reader

zahlman a year ago

When you get an error like this, the stack trace directly shows the circular chain of imports. I don't see what this is adding for a codebase that has adequate testing, or even just tests that make sure every file gets `import`ed.

threecheese a year ago

Eh, we just let customers find them.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection