• Jeremy Hylton's avatar
    Remove unnecessary check in tests for slots allowed. · b6639e08
    Jeremy Hylton authored
    The !PyType_Check(base) check snuck in as part of rev 2.215, but was
    unrelated to the SF patch that is mentioned in the checkin comment.
    The test is currently unnecessary because base is set to the return
    value of best_bases(), which returns a type or NULL.
    b6639e08
typeobject.c 144 KB