Stefan Krah <[email protected]> added the comment:
If I comment out this, both tests run OK (I don't know if that
breaks anything else though):
diff --git a/Lib/importlib/test/test_api.py b/Lib/importlib/test/test_api.py
--- a/Lib/importlib/test/test_api.py
+++ b/Lib/importlib/test/test_api.py
@@ -172,7 +172,7 @@
del sys.modules[name]
except KeyError:
continue
- modules['_frozen_importlib'] = None
+ # modules['_frozen_importlib'] = None
import importlib
for name, module in modules.items():
sys.modules[name] = module
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com