◐ Shell
clean mode source ↗

gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 by picnixz · Pull Request #130755 · python/cpython

@picnixz

ZeroIntensity

@picnixz picnixz deleted the doc/frame-summary/version-changed-312-313-128481 branch

March 2, 2025 17:16

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>