How to get reference ownership infomation in C?

Edward C. Jones edcjones at erols.com
Thu Jun 14 12:27:28 EDT 2001


Suppose ppo is a PyObject*. Is there some way to find out who 
owns the reference counts for ppo. Put another way, listing who 
is responsible for making the various Py_DECREF calls that will 
be needed?

Thanks,
Ed Jones




More information about the Python-list mailing list