Files
cpython/Python
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__().
importlib._bootstrap is now frozen into Python/importlib.h and stored
as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen
code along with sys and imp and then uses _frozen_importlib._install()
to set builtins.__import__() w/ _frozen_importlib.__import__().
2012-04-14 14:10:13 -04:00
..
2012-01-18 21:45:15 +01:00
2012-03-12 11:16:03 -07:00
2011-11-22 02:27:30 +01:00
2011-09-28 07:41:54 +02:00
2012-03-14 21:50:29 -05:00
2012-02-21 16:08:05 -05:00
2012-03-13 11:31:36 -07:00