pycapnp/capnp/lib
Lasse Blaauwbroek d6261b6d79 Manually handle deallocation of some objects for the benefit of p3.7
Python 3.7 seems to have trouble dealocating objects in a timely fashion. We
rely on this, because the c++ destructors need to run before the kj event loop
is closed. Hence, we do it manually.
2023-06-09 22:05:12 +02: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 Get rid of VoidPromise and (almost) Promise 2023-06-08 08:02:07 +02:00
capnp.pyx Manually handle deallocation of some objects for the benefit of p3.7 2023-06-09 22:05:12 +02:00
pickle_helper.py Fixed issue where pickle helpers didnt use new from_bytes with context 2022-05-24 11:38:27 +10:00