pycapnp/capnp/lib
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
..
__init__.pxd Refactor capnp.pyx to be in lib subdirectory 2013-12-08 17:43:08 -08:00
__init__.py Refactor capnp.pyx to be in lib subdirectory 2013-12-08 17:43:08 -08:00
capnp.pxd Add ListSchema class 2014-11-19 02:04:57 -08:00
capnp.pyx Fix subtle dealloc ordering problem with MessageReader 2015-01-30 13:39:58 -08:00
pickle_helper.py Fix pickling for pypy 2014-04-19 17:00:19 -07:00