• Kevin Modzelewski's avatar
    Allow subclassing from ModuleType · 38fdf541
    Kevin Modzelewski authored
    There are still a couple subtle differences in how we track and
    store the various module attributes.  For example, we show something
    different for 'print ModuleType("a", "b")'.
    
    Also sneak in a fix for "import a.b.c as c"
    38fdf541
types.h 19.4 KB