[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

Brett Cannon report at bugs.python.org
Fri Nov 22 20:01:23 CET 2013


Brett Cannon added the comment:

The test_module failure can be triggered by running test_importlib test_module. For some reason unittest's __spec__ gets set to one for the BuiltinImporter (and nothing else).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18864>
_______________________________________


More information about the Python-bugs-list mailing list