v0.5.13
Fixes
- Improved stability of
object
PyMethods allocations 0857b06 - Convert all remaining structures to use the
Struct
inheritance mode instead of the@struct
decorator, this allows them to have the dynamic casting rules applied a93c5ac
Tooling
- Added
tools
subpackage for verifying compatibility with CPython source. This is not included in pypi user distributions.
Full Changelog: v0.5.12...v0.5.13