As per python/mypy#2581. `object` is missing some special methods. `__getattribute__` is mentioned in the mypy issue, but there are more, like `__bool__` for instance.