Ecir Hana <ecir.hana <at> gmail.com> writes: > do I have to > > Py_DECREF(function) > > or not?
Yes, you still own the reference to the function. -- http://mail.python.org/mailman/listinfo/python-list
Ecir Hana <ecir.hana <at> gmail.com> writes: > do I have to > > Py_DECREF(function) > > or not?
Yes, you still own the reference to the function. -- http://mail.python.org/mailman/listinfo/python-list