mirror of https://github.com/python/cpython
Browse Source
Bug didn't manifest itself when importing a module with source as .py files are always the first on the search path. The issue only showed up in bytecode-only packages where the calculated file path would be ``__init__.py/__init__.pyc``. Patch by Alexandru Ardelean.pull/2366/head
committed by
Brett Cannon
3 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue