Files
pycapnp/capnp
Jason Paryani a62e392feb Fix subtle dealloc ordering problem with MessageReader
It appears that Cython has a subtle issue in deconstruction ordering
that I forgot about. Subclasses will have their deconstructors before
their parent's, and in this case we were dropping a reference to a
buffer that the parent deconstructor expected to exist.
2015-01-30 13:39:58 -08:00
..
2013-12-08 17:27:59 -08:00
2014-11-19 08:09:27 -08:00