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 benjamin.peterson
Recipients benjamin.peterson, docs@python, georg.brandl, llimllib, terry.reedy
Date 2010-08-09.03:05:59
SpamBayes Score 0.12528743
Marked as misclassified No
Message-id <1281323161.66.0.791923346686.issue6678@psf.upfronthosting.co.za>
In-reply-to
Content
Technically, inspect.currentframe() doesn't have a depth parameter. It's just implemented by aliasing to sys._getframe() which does.
History
Date User Action Args
2010-08-09 03:06:02benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, terry.reedy, llimllib, docs@python
2010-08-09 03:06:01benjamin.petersonsetmessageid: <1281323161.66.0.791923346686.issue6678@psf.upfronthosting.co.za>
2010-08-09 03:06:00benjamin.petersonlinkissue6678 messages
2010-08-09 03:05:59benjamin.petersoncreate