5.3.0
·
296 commits
to refs/heads/main
since this release
Added
Changed
Fixed
- Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist
- Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist
- Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist
- Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist
- Remove redundant
wheeldependency frompyproject.toml(#535) @hugovk