◐ Shell
clean mode source ↗

bpo-44446: support lineno being None in traceback.FrameSummary by FFY00 · Pull Request #26781 · python/cpython

graingert

iritkatriel

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

Signed-off-by: Filipe Laíns <lains@riseup.net>

pablogsal

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Jul 8, 2021
…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>

pablogsal added a commit that referenced this pull request

Jul 8, 2021
…GH-26781) (GH-27072)

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>

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