cpython/Lib/test/test_importlib
Brett Cannon 3e0651b5fa Issue #18065: For frozen packages set __path__ to [].
Previously __path__ was set to [__name__], but that could lead to bad
results if someone managed to circumvent the frozen importer and
somehow ended up with a finder that thought __name__ was a legit
directory/location.
2013-05-31 23:18:39 -04:00
..
builtin
extension
frozen Issue #18065: For frozen packages set __path__ to []. 2013-05-31 23:18:39 -04:00
import_
source Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
test_api.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
test_locks.py
test_util.py Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
util.py