Uh oh!
There was an error while loading. Please reload this page.
bpo-30579: Docs for dynamic traceback creation - #5653
Conversation
ncoghlan
commented
Feb 13, 2018
I merged this without doc updates prior to beta 1, so this backfills the missing details. The handling of frame and traceback objects in the language reference could stand to be significantly improved in general, but this is a deliberately minimal update in order to cover the changes that were made. |
miss-islington
commented
Feb 13, 2018
Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
(cherry picked from commit aec7532) Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
bedevere-bot
commented
Feb 13, 2018
GH-5655 is a backport of this pull request to the 3.7 branch. |
| .. data:: TracebackType | ||
| .. class:: TracebackType(tb_next, tb_frame, tb_lasti, tb_lineno) |
There was a problem hiding this comment.
In class directives, things in parens should be base classes, not constructor parameters.
There was a problem hiding this comment.
@merwok This PR is old enough now that fixing the markup here is likely better handled as a separate issue on the tracker.
https://bugs.python.org/issue30579