3.5.1 (2021-01-10)
- Use
inspect.getattr_static
instead of resorting toobject.__getattribute__
magic. This should better comply with objects which implement a custom descriptor
protocol. Thanks @yesthesoup for the PR (#224).
inspect.getattr_static
instead of resorting to object.__getattribute__