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
..
helpers Fix PyEventPort for changes in upstream interface 2014-12-09 11:22:19 -08:00
includes Merge branch 'feature/v0.5' into develop 2014-12-15 12:20:26 -08:00
lib Fix subtle dealloc ordering problem with MessageReader 2015-01-30 13:39:58 -08:00
templates Remove profiling from cython modules 2014-10-27 12:56:01 -07:00
__init__.pxd Refactor layout of pxd files 2013-12-08 17:27:59 -08:00
__init__.py Initial version of code generating plugin 2014-09-04 14:21:27 -07:00
_gen.py Get code generator plugin to a decently working state. 2014-10-19 20:06:00 -07:00
c++.capnp Update c++.capnp with upstream file 2014-11-19 08:09:27 -08:00
schema.capnp Initial version of code generating plugin 2014-09-04 14:21:27 -07:00