Eric Snow added the comment:

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)

----------
stage: needs patch -> patch review
Added file: http://bugs.python.org/file33037/issue19851-fix-reload.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19851>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to