mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
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. |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| __main__.py | ||
| abc.py | ||
| regrtest.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_locks.py | ||
| test_util.py | ||
| util.py | ||