• Marius Wachtler's avatar
    use cpythons 'import' implementation · 2d0eaa3d
    Marius Wachtler authored
    this fixes some smaller differences we had and adds some previously unsupported stuff to the imp module
    (we could not load C extensions and were too pedantic about some args before, ...)
    In addition this gives us:
     - import lock
     - we load now a lot of the builtin modules lazely
     - support for printing out which files get loaded in verbose mode
     - we can now delete a builtin module from sys.modules and import it again (some cpython tests use this)
    
    It also made a classobj.__delattr__ problem appear
    2d0eaa3d
types.h 42.5 KB