mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-05 17:01:01 +01:00
![]() 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. |
||
---|---|---|
.. | ||
__init__.pxd | ||
__init__.py | ||
capnp.pxd | ||
capnp.pyx | ||
pickle_helper.py |