capnproto / pycapnp

Cap'n Proto serialization/RPC system - Python bindings
BSD 2-Clause "Simplified" License
468 stars 124 forks source link

How to set custom nesting limit above 64 #277

Open szucs2020 opened 2 years ago

szucs2020 commented 2 years ago

I understand that to set a custom nesting limit in the c++ implementation, its as easy as using the options defined in a header file, but in the pycapnp API reference I haven't seen a documented way to do this. Am I missing something or is this not implemented in the wrapper?

Edit: Also if there is a better way to ask this than creating an issue I can do that instead.