]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128481: indicate that the default value for `FrameSummary.end_lineno` chang...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Mar 2025 17:22:48 +0000 (18:22 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 17:22:48 +0000 (17:22 +0000)
commit3bef4af30124518b439362247709f5ae2bf57c11
tree9e604fbc063ef39a337b3d0aab1fb6ea49089b06
parent9854566626f6d79bf1c640d6893db8551056538d
[3.13] gh-128481: indicate that the default value for `FrameSummary.end_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 c6513f7a627c8918a5e3f3733fa47d34a94ddff9)

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