Message 205517 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
The problem was that importlib.reload() was not passing the parent's __path__ to importlib._bootstrap._find_spec().  This was a consequence of us restoring the pre-3.3 reload semantics.

Patch attached.  (Note to self: add Misc/NEWS entry)