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 ysj.ray
Recipients Krauzi, georg.brandl, ysj.ray
Date 2010-04-08.07:33:16
SpamBayes Score 3.9151768e-08
Marked as misclassified No
Message-id <1270711999.22.0.793886473799.issue8336@psf.upfronthosting.co.za>
In-reply-to
Content
By looking into the source, I found PyObject_CallObject() is “reference-count-neutral” even the call is FAILED, because it will always call Py_DECREF(arg) in the end and in case of exception.
History
Date User Action Args
2010-04-08 07:33:19ysj.raysetrecipients: + ysj.ray, georg.brandl, Krauzi
2010-04-08 07:33:19ysj.raysetmessageid: <1270711999.22.0.793886473799.issue8336@psf.upfronthosting.co.za>
2010-04-08 07:33:16ysj.raylinkissue8336 messages
2010-04-08 07:33:16ysj.raycreate