• Kevin Modzelewski's avatar
    Rewrite some more typeCall cases · c070938c
    Kevin Modzelewski authored
    When we call a __new__ we know nothing about, we have no idea what __init__
    function we may or may not need to call.  So emit a call to a helper function
    that will take care of that for us, which isn't itself any faster but lets
    the rewrite succeed.
    c070938c
types.cpp 142 KB