cpython/Lib/importlib
Antoine Pitrou d5a1a21a89 Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback.
Should fix some buildbot failures.
2012-06-17 23:18:07 +02:00
..
test Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. 2012-06-17 23:18:07 +02:00
__init__.py Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. 2012-06-17 22:33:38 +02:00
_bootstrap.py Issue #14938: importlib.abc.SourceLoader.is_package() now takes the 2012-06-15 20:00:53 -04:00
abc.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
machinery.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00