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 Krauzi
Recipients Krauzi, georg.brandl
Date 2010-04-07.19:09:52
SpamBayes Score 0.00026151852
Marked as misclassified No
Message-id <1270667394.03.0.256734130503.issue8336@psf.upfronthosting.co.za>
In-reply-to
Content
In the docs there is written:
"PyObject_CallObject() is “reference-count-neutral” with respect to its arguments."
This is not correct. Its only reference-count neutral if the call was SUCCESSFUL otherwise the argument is INCREFED! 
Can anyone confirm this?

Cheers Krauzi.
History
Date User Action Args
2010-04-07 19:09:54Krauzisetrecipients: + Krauzi, georg.brandl
2010-04-07 19:09:54Krauzisetmessageid: <1270667394.03.0.256734130503.issue8336@psf.upfronthosting.co.za>
2010-04-07 19:09:52Krauzilinkissue8336 messages
2010-04-07 19:09:52Krauzicreate