Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Finding Circular Imports in Python
(opens in new tab)
(github.com)
7 points
brunovcosta
1y ago
3 comments
Save
Share
3 comments
3 comments · 2 top-level
top
newest
oldest
threecheese
1y ago
· 1 in thread
Eh, we just let customers find them.
brunovcosta
OP
1y ago
lol
zahlman
1y 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.
j
/
k
navigate · click thread line to collapse