• Kevin Modzelewski's avatar
    Fix irgen bug for instancemethods · 3fb60317
    Kevin Modzelewski authored
    We would try to statically-resolve their getattrs, but there's some
    special casing in the getattr logic for them.  Which should be handled
    by moving the special-case to a proper tp_getattr, but for now just
    add the special-casing to "hasGenericGetattr" as well.
    3fb60317
instance_methods.py 949 Bytes