Message205517
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) |
|
| Date |
User |
Action |
Args |
| 2013-12-08 05:46:12 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ronaldoussoren, ncoghlan, Arfrever |
| 2013-12-08 05:46:12 | eric.snow | set | messageid: <[email protected]> |
| 2013-12-08 05:46:12 | eric.snow | link | issue19851 messages |
| 2013-12-08 05:46:12 | eric.snow | create | |
|