Inside of mesonbuild.ast.* we can and should import from .foobar, rather than importing from .__init__'s re-exported version of that object. Failing to do so results in an extremely brittle codebase where simply changing the order of lines in __init__.py can result in ImportError.pull/11478/head
parent
0bb1673ec3
commit
61d525cc16
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue