Fix tons of memleaks and memory management problems
This commit is contained in:
@@ -5,4 +5,6 @@ cdef extern from "../helpers/capabilityHelper.h":
|
||||
PythonInterfaceDynamicImpl(PyObject *)
|
||||
|
||||
cdef extern from "../helpers/capabilityHelper.h":
|
||||
void reraise_kj_exception()
|
||||
void reraise_kj_exception()
|
||||
cdef cppclass PyRefCounter:
|
||||
PyRefCounter(PyObject *)
|
||||
Reference in New Issue
Block a user