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.17:56:59
SpamBayes Score 0.016821591
Marked as misclassified No
Message-id <AANLkTikdU1o4A5hWhkYtYpPFupYAqzgf9_-LbVCig_8j@mail.gmail.com>
In-reply-to <1281376373.28.0.331997437395.issue6678@psf.upfronthosting.co.za>
Content
2010/8/9 Terry J. Reedy <report@bugs.python.org>:
>
> Terry J. Reedy <tjreedy@udel.edu> added the comment:
>
> You ignored my question: why did you change the argument passed on to sys._getframe?

Ah, so that the caller's frame is returned and not currentframe's.
History
Date User Action Args
2010-08-09 17:57:00benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, terry.reedy, llimllib, docs@python
2010-08-09 17:56:59benjamin.petersonlinkissue6678 messages
2010-08-09 17:56:59benjamin.petersoncreate