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 Trundle
Recipients Trundle, ezio.melotti, ncoghlan, petri.lehtinen, pitrou
Date 2011-10-18.13:39:25
SpamBayes Score 0.0039955247
Marked as misclassified No
Message-id <1318945166.04.0.202046639857.issue13188@psf.upfronthosting.co.za>
In-reply-to
Content
It leaks because `PyException_GetTraceback()` already returns a new reference, hence the "Py_XINCREF(tb)" is wrong.
History
Date User Action Args
2011-10-18 13:39:26Trundlesetrecipients: + Trundle, ncoghlan, pitrou, ezio.melotti, petri.lehtinen
2011-10-18 13:39:26Trundlesetmessageid: <1318945166.04.0.202046639857.issue13188@psf.upfronthosting.co.za>
2011-10-18 13:39:25Trundlelinkissue13188 messages
2011-10-18 13:39:25Trundlecreate