Krauzi <krauzi_g...@yahoo.de> added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8336> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com