py_ObjectRef typedef

py_ObjectRef = Pointer<py_TValue>

A reference which has the same lifespan as the python object.

Implementation

typedef py_ObjectRef = ffi.Pointer<py_TValue>;