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 petri.lehtinen
Recipients Trundle, ezio.melotti, ncoghlan, petri.lehtinen, pitrou
Date 2011-10-18.13:46:33
SpamBayes Score 6.398834e-05
Marked as misclassified No
Message-id <1318945595.1.0.766844091905.issue13188@psf.upfronthosting.co.za>
In-reply-to
Content
Attached an updated patch.

I incref'd the return value of PyErr_GetTraceback() because PyErr_Restore() steals the reference. The documentation of PyErr_GetTraceback() doesn't tell whether it returns a new or borrowed reference, but apparently a new reference then?
History
Date User Action Args
2011-10-18 13:46:35petri.lehtinensetrecipients: + petri.lehtinen, ncoghlan, pitrou, ezio.melotti, Trundle
2011-10-18 13:46:35petri.lehtinensetmessageid: <1318945595.1.0.766844091905.issue13188@psf.upfronthosting.co.za>
2011-10-18 13:46:34petri.lehtinenlinkissue13188 messages
2011-10-18 13:46:33petri.lehtinencreate