• Jeremy Hylton's avatar
    Variant of SF patch 423181 · 1b0feb4a
    Jeremy Hylton yazdı
    For rich comparisons, use instance_getattr2() when possible to avoid
    the expense of setting an AttributeError.  Also intern the name_op[]
    table and use the interned strings rather than creating a new string
    and interning it each time through.
    1b0feb4a
classobject.c 50.3 KB