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 larry, ncoghlan, pitrou, rbcollins
Date 2015-09-14.10:21:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442226095.31.0.877278193278.issue25108@psf.upfronthosting.co.za>
In-reply-to
Content
Note the doc says "Extract the raw traceback from the current stack frame". The "current stack frame" may be assumed to be the caller's (as it is in previous Python releases).

Fortunately, this is also worked around by calling `extract_stack(sys._getframe())`.
History
Date User Action Args
2015-09-14 10:21:35pitrousetrecipients: + pitrou, ncoghlan, larry, rbcollins
2015-09-14 10:21:35pitrousetmessageid: <1442226095.31.0.877278193278.issue25108@psf.upfronthosting.co.za>
2015-09-14 10:21:35pitroulinkissue25108 messages
2015-09-14 10:21:35pitroucreate