Files
pycapnp/capnp/lib/capnp.pyx
Lasse Blaauwbroek b6ea909e9a Corner case for cancelled server methods that raise exceptions
When a server method is cancelled, but it nonetheless raises an exception (other
than `CancelledError`), this exception cannot be reported to the caller (because
it has cancelled that call).

The only place where it can go is to the asyncio exception handler...
2023-11-09 09:10:39 -08:00

165 KiB