◐ Shell
clean mode source ↗

gh-106922: Support multi-line error locations in traceback (attempt 2) by williamwen42 · Pull Request #112097 · python/cpython

pablogsal

lysnikolaou

pablogsal

lysnikolaou

@williamwen42

@williamwen42

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

Feb 11, 2024

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

Sep 2, 2024

@cretz cretz mentioned this pull request

Dec 18, 2024

picnixz added a commit that referenced this pull request

Mar 2, 2025
…no` changed in 3.13 (#130755)

The value taken by `FrameSummary.end_lineno` when passing `end_lineno=None` changed in gh-112097.

Previously, a `end_lineno` could be specified to be `None` directly but since 939fc6d, passing None makes
the constructor use the value of `lineno` instead.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 2, 2025
…d_lineno` changed in 3.13 (pythonGH-130755)

The value taken by `FrameSummary.end_lineno` when passing `end_lineno=None` changed in pythongh-112097.

Previously, a `end_lineno` could be specified to be `None` directly but since 939fc6d, passing None makes
the constructor use the value of `lineno` instead.
(cherry picked from commit c6513f7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

picnixz added a commit that referenced this pull request

Mar 2, 2025
…nd_lineno` changed in 3.13 (GH-130755) (#130767)

gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (GH-130755)

The value taken by `FrameSummary.end_lineno` when passing `end_lineno=None` changed in gh-112097.

Previously, a `end_lineno` could be specified to be `None` directly but since 939fc6d, passing None makes
the constructor use the value of `lineno` instead.
(cherry picked from commit c6513f7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>