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, amaury.forgeotdarc, georg.brandl, ysj.ray
Date 2010-04-08.09:39:03
SpamBayes Score 0.015183648
Marked as misclassified No
Message-id <1270719545.91.0.404947775524.issue8336@psf.upfronthosting.co.za>
In-reply-to
Content
a i think i expressed the problem false. The problem is that the arg (which is a tuple here) is correctly decremented and thus the reference counts are OK. BUT: The objects INSIDE the tuple are NOT correctly decremented. This is the code i've used:
C++ Program: http://www.copypastecode.com/26047/
Python Script imported by it: http://www.copypastecode.com/26051/
Now the results:
With raise in python script:
http://img251.imageshack.us/img251/997/witherror.jpg
and with uncommented "raise":
http://img256.imageshack.us/img256/2818/noerror.jpg

Hope its now clear.

Krauzi
History
Date User Action Args
2010-04-08 09:39:05Krauzisetrecipients: + Krauzi, georg.brandl, amaury.forgeotdarc, ysj.ray
2010-04-08 09:39:05Krauzisetmessageid: <1270719545.91.0.404947775524.issue8336@psf.upfronthosting.co.za>
2010-04-08 09:39:04Krauzilinkissue8336 messages
2010-04-08 09:39:03Krauzicreate