pycapnp/capnp/lib
John Vandenberg bd91c52d57 Fix bare exception from str(obj)
There is no test coverage for these exception clauses,
however the invocation of obj.__str__() for client
objects could raise any exception, hence the very broad
exception catch.
2021-06-01 15:51:23 +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 Remove many lint warnings 2021-05-03 17:02:30 +08:00
capnp.pyx Fix bare exception from str(obj) 2021-06-01 15:51:23 +08:00
pickle_helper.py Fix pickling for pypy 2014-04-19 17:00:19 -07:00