• Kevin Modzelewski's avatar
    Let object.__new__ take kwargs · 1427169a
    Kevin Modzelewski authored
    Also, improve rewriting to still be able to rewrite object construction.
    For now, be able to rewrite the case that a function takes kwargs but
    the kwargs is empty.
    
    Also, add an even faster path to typeCallInternal.  This is partially
    obviated by the improved rewriting, but we might as well keep it.
    1427169a
objmodel.cpp 150 KB