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 brett.cannon
Recipients Arfrever, berker.peksag, brett.cannon, larry, serhiy.storchaka
Date 2015-04-24.15:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429888471.22.0.0209548672456.issue23810@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a private function in warnings for calculating the stack depth to the first frame not referencing some key string. Can someone look at it to make sure it looks reasonable?

I'm starting with it being private since it uses sys._getframe() and I don't know how widely needed it is.
History
Date User Action Args
2015-04-24 15:14:31brett.cannonsetrecipients: + brett.cannon, larry, Arfrever, berker.peksag, serhiy.storchaka
2015-04-24 15:14:31brett.cannonsetmessageid: <1429888471.22.0.0209548672456.issue23810@psf.upfronthosting.co.za>
2015-04-24 15:14:31brett.cannonlinkissue23810 messages
2015-04-24 15:14:31brett.cannoncreate