mirror of https://github.com/python/cpython
Browse Source
When `__getattr__` is implemented, attribute lookup will always fall back to that, even if the initial failure comes from `__getattribute__` or a descriptor's `__get__` method (including property methods).pull/5544/head
committed by
Nick Coghlan
2 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue