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 vinay.sajip
Recipients glynnc, mrohan, ncoghlan, pitrou, vinay.sajip
Date 2014-07-21.07:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405929395.72.0.803707404075.issue16778@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe simply having a class list

Thanks, I'm aware of this approach and have considered it. The current patch's skipCallers API seems better than exposing an internal list, but I have held off implementing this in the hope that an approach based on frame annotations can be used.
History
Date User Action Args
2014-07-21 07:56:35vinay.sajipsetrecipients: + vinay.sajip, ncoghlan, pitrou, glynnc, mrohan
2014-07-21 07:56:35vinay.sajipsetmessageid: <1405929395.72.0.803707404075.issue16778@psf.upfronthosting.co.za>
2014-07-21 07:56:35vinay.sajiplinkissue16778 messages
2014-07-21 07:56:35vinay.sajipcreate