• Guido van Rossum's avatar
    Mark Hammond: · 5f8b12f2
    Guido van Rossum yazdı
    In line with a similar checkin to object.c a while ago, this patch
    gives a more descriptive error message for an attribute error on a
    class instance.  The message now looks like:
    
    AttributeError: 'Descriptor' instance has no attribute 'GetReturnType'
    5f8b12f2
classobject.c 38.8 KB