Files
cpython/Objects
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-04-09 15:01:02 -04:00
2011-12-17 08:02:20 -05:00
2012-03-15 15:37:54 -05:00
2012-04-09 15:04:39 -04:00
2012-02-15 02:52:58 +01:00
2012-04-01 18:51:37 -04:00
2012-04-09 15:04:39 -04:00
2012-02-20 22:24:29 -05:00