• Kevin Modzelewski's avatar
    Fix some slot handling issues · 79b2e9cc
    Kevin Modzelewski authored
    Well, fix one of them and work around another.  They both come from having
    an extension class subclass from a builtin class, since in CPython they can
    expect the tp_* slots to be set, but in Pyston those are just wrappers around
    the Python functions and then things can get in infinite recursion.
    79b2e9cc
dict.cpp 21.8 KB