hi
i m confused in between python object and a c object (which is binded with python code using wrapper function)
when i create a python object and use it to call a c api binded to python
does wrapper code creates a new c type object or just uses the reference of python object
and also i m confused with reference counting. (Py_XINCR and Py_XDCR)
any document available to understand these concepts might be helpful.
thanks
varun