Message243243
Hmm, look like the test suite masks the issue due to the fact that importlib gets imported before running the applicable tests in test_namespace_pkgs.py. This causes _frozen_importlib.__package__ to get set properly, thus masking the problem.
The problem is the use of relative imports in importlib._bootstrap. The solution is to accomplish this in a different way. |
|
Date |
User |
Action |
Args |
2015-05-15 04:26:55 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ronaldoussoren, eric.smith, r.david.murray |
2015-05-15 04:26:55 | eric.snow | set | messageid: <1431664015.06.0.87569530712.issue24192@psf.upfronthosting.co.za> |
2015-05-15 04:26:55 | eric.snow | link | issue24192 messages |
2015-05-15 04:26:54 | eric.snow | create | |
|