Files
pycapnp/capnp/lib/capnp.pyx
Lasse Blaauwbroek 4d5cc20764 Avoid storm of 'warning: moving a temporary object prevents copy elision'
Sometimes, Cython seems to insert too many move() functions. This is not a
problem, but the logs are full of them. We avoid this by first assigning values
to an intermediate value
2025-05-12 15:54:19 -07:00

162 KiB