Skip to content

v3.2.2

Choose a tag to compare

@geyang geyang released this 04 Feb 01:50
· 5 commits to main since this release

Bug Fixes

  • super() in @proto Methods: Fixed super() calls failing with TypeError: super(type, obj): obj must be an instance or subtype of type

    • Methods using super() in @proto or @proto.prefix decorated classes now work correctly
  • @proto Inheriting from @proto: Fixed TypeError: duplicate base class ptype when a @proto class inherits from another @proto class