hy/tests/importer
Brandon T. Willard a9763b34cf Fix sys.modules for failed imports in Python 2.7
Newly imported modules with compile and/or run-time errors were not being
removed from `sys.modules`.  This commit modifies the Python 2.7 loader so that
it follows Python's failed-initial-import logic and removes the module from
`sys.modules`.
2018-09-29 20:57:28 -05:00
..
__init__.py Very broken. 2013-03-03 19:40:46 -05:00
test_importer.py Fix sys.modules for failed imports in Python 2.7 2018-09-29 20:57:28 -05:00
test_pyc.py Implement new importer using PEP-302 semantics 2018-08-25 22:50:38 -05:00