builtinimport: Set __path__ attribute ASAP as it's clear we have a package.
This helps with handling "recursive" imports in sane manner, for example when foo/__init__.py has something like "from foo import submod".
tests/basics/import-pkg4.py
0 → 100644
tests/basics/pkg2/mod1.py
0 → 100644
tests/basics/pkg2/mod2.py
0 → 100644
Please register or sign in to comment