• Jeremy Hylton's avatar
    Remove unnecessary check in tests for slots allowed. · 1c7a0ea0
    Jeremy Hylton yazdı
    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.
    1c7a0ea0
typeobject.c 144 KB