cpython/Lib/importlib
Brett Cannon 24117a748b Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
for performance. While get_magic() could move to Lib/imp.py, having to
support PyImport_GetMagicNumber() would lead to equal, if not more, C
code than sticking with the status quo.
2012-04-20 18:04:03 -04:00
..
test Issue #14585: test_import now runs all tests under 2012-04-20 15:52:17 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py Issue #13959: Keep imp.get_magic() in C code, but cache in importlib 2012-04-20 18:04:03 -04:00
abc.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
machinery.py
util.py