Uh oh!
There was an error while loading. Please reload this page.
gh-128481: Add missing documentation for traceback.FrameSummary - #128484
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Damien-Chen
commented
Jan 4, 2025
There is no description for the ` .. attribute:: FrameSummary.colno .. attribute:: FrameSummary.end_colno ` |
picnixz
commented
Jan 4, 2025
No, I meant it cannot have a default value without |
Damien-Chen
commented
Jan 4, 2025
Understood, I have fixed it with latest commit. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Do you want a final look @ZeroIntensity before I merge it? |
Damien-Chen
commented
Mar 1, 2025
Of course. |
traceback.FrameSummary.end_{col,line}traceback.FrameSummary.end_{col,line}notraceback.FrameSummary.end_{col,line}notraceback.FrameSummaryThanks @Damien-Chen for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
picnixz
commented
Mar 2, 2025
Thank you! |
…ythonGH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
GH-130753 is a backport of this pull request to the 3.13 branch. |
…ythonGH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
GH-130754 is a backport of this pull request to the 3.12 branch. |
…H-128484) (#130753) * gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
…H-128484) (#130754) * gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
According to #128481, add missing documentation for
end_lineno,colnoandend_colno.traceback.FrameSummary.end_{col,line}noattributes #128481📚 Documentation preview 📚: https://cpython-previews--128484.org.readthedocs.build/en/128484/library/traceback.html#traceback.FrameSummary