Message 406600 - Python tracker (original) (raw)

Also see: https://bugs.python.org/issue42073

The classmethod pass through broke some existing code and the "fix" for it looks dubious:

        if hasattr(type(self.f), '__get__'):
            return self.f.__get__(cls, cls)