Files
pycapnp/capnp
Trey Moen a0cb5cdf06 fix: check field type via C++ schema in from_dict to avoid a reference cycle (#407)
from_dict called self.schema.fields for str values, which builds
_StructSchemaField wrappers that reference the schema, so every
message built via kwargs stayed alive until a GC pass. Follow-up to
#401, which only skipped the lookup for non-str values.
2026-09-21 17:26:44 -07:00
..
2013-12-08 17:27:59 -08:00