This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdray-1
Recipients
Date 2005-06-29.02:18:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Once PyObject *func has been successfully returned by 
PyObject_GetAttrString(), the ref count is not 
decremented by any of the error exit cases from 
PyObject_CallMethod(). After the check that func is not 
NULL, there are four error case exits that do not 
decrement the ref count on func.
History
Date User Action Args
2007-08-23 14:32:43adminlinkissue1229429 messages
2007-08-23 14:32:43admincreate