pycapnp/capnp/lib
Jason Paryani 2df20212fa Fix possible segfault when importing multiple schemas
It turns out that parseDiskFile expects the imports array to last the
lifetime of the SchemaParser object.

Also, optimized for the case where the imports haven't changed, so we're
not allocating a crazy amount of these imports arrays.
2015-02-24 15:48:48 -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 bootstrap RPC methods 2015-02-24 11:22:43 -08:00
capnp.pyx Fix possible segfault when importing multiple schemas 2015-02-24 15:48:48 -08:00
pickle_helper.py Fix pickling for pypy 2014-04-19 17:00:19 -07:00