Files
pycapnp/capnp/helpers/non_circular.pxd
2023-06-11 03:50:54 +02:00

9 lines
233 B
Cython

from cpython.ref cimport PyObject
from libcpp cimport bool
cdef extern from "capnp/helpers/capabilityHelper.h":
void reraise_kj_exception()
cdef cppclass PyRefCounter:
PyRefCounter(PyObject *)
PyObject * obj