[issue46909] Update getpath.py to look for os.pyc in __pycache__ folders

Steve Dower report at bugs.python.org
Thu Mar 3 06:23:08 EST 2022


Steve Dower <steve.dower at python.org> added the comment:

It's looking for a precompiled bundled stdlib, rather than one that's been generated from adjacent source files. This is deliberate (also quite an advanced scenario, but it does get used).

----------
components:  -Documentation
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46909>
_______________________________________


More information about the Python-bugs-list mailing list