◐ Shell
clean mode source ↗

[3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) by pablogsal · Pull Request #27072 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@pablogsal

@pablogsal pablogsal commented

Jul 8, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

As of 088a15c, lineno is None instead
of -1 if there is no line number.

Signed-off-by: Filipe Laíns lains@riseup.net.
(cherry picked from commit 91a8f8c)

Co-authored-by: Filipe Laíns lains@riseup.net

https://bugs.python.org/issue44446

…pythonGH-26781)

As of 088a15c, lineno is None instead
of -1 if there is no line number.

Signed-off-by: Filipe Laíns <lains@riseup.net>.
(cherry picked from commit 91a8f8c)

Co-authored-by: Filipe Laíns <lains@riseup.net>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@pablogsal @the-knights-who-say-ni @bedevere-bot @FFY00