Skip to content

3.5.1 (2021-01-10)

Choose a tag to compare

@nicoddemus nicoddemus released this 18 May 11:52
· 365 commits to main since this release
  • Use inspect.getattr_static instead of resorting to object.__getattribute__
    magic. This should better comply with objects which implement a custom descriptor
    protocol. Thanks @yesthesoup for the PR (#224).