• Brett Cannon's avatar
    Issue #18065: For frozen packages set __path__ to []. · 3e0651b5
    Brett Cannon yazdı
    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.
    3e0651b5
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_finder.py Loading commit data...
test_loader.py Loading commit data...