jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.01k stars 59 forks source link

Fix refcounting bug introduced in previous commit #621

Closed jcrist closed 6 months ago

jcrist commented 6 months ago

This fixes a refcounting bug with rename="camel" that was introduced in #620.