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 pitrou
Recipients Trundle, ezio.melotti, ncoghlan, petri.lehtinen, pitrou
Date 2011-10-18.14:44:17
SpamBayes Score 0.0048831413
Marked as misclassified No
Message-id <1318949058.44.0.201269205801.issue13188@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it is documented:
“Return the traceback associated with the exception as a new reference (...)”
http://docs.python.org/dev/c-api/exceptions.html#PyException_GetTraceback

Thanks for the patch, will apply!
History
Date User Action Args
2011-10-18 14:44:18pitrousetrecipients: + pitrou, ncoghlan, ezio.melotti, Trundle, petri.lehtinen
2011-10-18 14:44:18pitrousetmessageid: <1318949058.44.0.201269205801.issue13188@psf.upfronthosting.co.za>
2011-10-18 14:44:17pitroulinkissue13188 messages
2011-10-18 14:44:17pitroucreate